Package com.buildless.service.v1
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 TypeMethodDescriptionProject repository to fetch.Project repository to fetch.booleanProject repository to fetch.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
ProjectRepositoryReference 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) = { ... }
-