Interface ProjectRepositoryFetchRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Project repository to fetch.
    Project repository to fetch.
    boolean
    Project repository to fetch.

    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()
       Project repository to fetch. This field is required.
       
      .buildless.service.v1.ProjectRepositoryReference repository = 1 [json_name = "repository", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      Whether the repository field is set.
    • getRepository

       Project repository to fetch. This field is required.
       
      .buildless.service.v1.ProjectRepositoryReference repository = 1 [json_name = "repository", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
      Returns:
      The repository.
    • getRepositoryOrBuilder

      ProjectRepositoryReferenceOrBuilder getRepositoryOrBuilder()
       Project repository to fetch. This field is required.
       
      .buildless.service.v1.ProjectRepositoryReference repository = 1 [json_name = "repository", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }