Interface CreateRepositoryRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateRepositoryRequest,CreateRepositoryRequest.Builder
public interface CreateRepositoryRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.RepositorygetRepository()The repository to be created.StringgetRepositoryId()The repository id to use for this repository.com.google.protobuf.ByteStringgetRepositoryIdBytes()The repository id to use for this repository.RepositoryOrBuildergetRepositoryOrBuilder()The repository to be created.booleanhasRepository()The repository to be created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The name of the parent resource where the repository will be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The name of the parent resource where the repository will be created.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getRepositoryId
String getRepositoryId()
The repository id to use for this repository.
string repository_id = 2;- Returns:
- The repositoryId.
-
getRepositoryIdBytes
com.google.protobuf.ByteString getRepositoryIdBytes()
The repository id to use for this repository.
string repository_id = 2;- Returns:
- The bytes for repositoryId.
-
hasRepository
boolean hasRepository()
The repository to be created.
.google.devtools.artifactregistry.v1beta2.Repository repository = 3;- Returns:
- Whether the repository field is set.
-
getRepository
Repository getRepository()
The repository to be created.
.google.devtools.artifactregistry.v1beta2.Repository repository = 3;- Returns:
- The repository.
-
getRepositoryOrBuilder
RepositoryOrBuilder getRepositoryOrBuilder()
The repository to be created.
.google.devtools.artifactregistry.v1beta2.Repository repository = 3;
-
-