Interface ProjectRepositoryFetchResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Specifies the requested project repository record.
    Specifies the requested project repository record.
    boolean
    Specifies the requested project repository record.

    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 requested project repository record.
       
      .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 requested project repository record.
       
      .buildless.projects.ProjectRepository repository = 1 [json_name = "repository", (.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The repository.
    • getRepositoryOrBuilder

      ProjectRepositoryOrBuilder getRepositoryOrBuilder()
       Specifies the requested project repository record.
       
      .buildless.projects.ProjectRepository repository = 1 [json_name = "repository", (.google.api.field_behavior) = OUTPUT_ONLY];