Interface ProjectRepositoryLinkResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProjectRepositoryLinkResponse, ProjectRepositoryLinkResponse.Builder

public interface ProjectRepositoryLinkResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the full repository record which resulted from the link operation.
    Specifies the full repository record which resulted from the link operation.
    boolean
    Specifies the full repository record which resulted from the link operation.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRepository

      boolean hasRepository()
       Specifies the full repository record which resulted from the link operation.
       
      .buildless.projects.ProjectRepository repository = 1 [json_name = "repository", (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the repository field is set.
    • getRepository

      ProjectRepository getRepository()
       Specifies the full repository record which resulted from the link operation.
       
      .buildless.projects.ProjectRepository repository = 1 [json_name = "repository", (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The repository.
    • getRepositoryOrBuilder

      ProjectRepositoryOrBuilder getRepositoryOrBuilder()
       Specifies the full repository record which resulted from the link operation.
       
      .buildless.projects.ProjectRepository repository = 1 [json_name = "repository", (.google.api.field_behavior) = OUTPUT_ONLY];