public interface CreateRepositoryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Repository |
getRepository()
Required.
|
String |
getRepositoryId()
Required.
|
com.google.protobuf.ByteString |
getRepositoryIdBytes()
Required.
|
RepositoryOrBuilder |
getRepositoryOrBuilder()
Required.
|
boolean |
hasRepository()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The location in which to create the repository. Must be in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The location in which to create the repository. Must be in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasRepository()
Required. The repository to create.
.google.cloud.dataform.v1alpha2.Repository repository = 2 [(.google.api.field_behavior) = REQUIRED];
Repository getRepository()
Required. The repository to create.
.google.cloud.dataform.v1alpha2.Repository repository = 2 [(.google.api.field_behavior) = REQUIRED];
RepositoryOrBuilder getRepositoryOrBuilder()
Required. The repository to create.
.google.cloud.dataform.v1alpha2.Repository repository = 2 [(.google.api.field_behavior) = REQUIRED];
String getRepositoryId()
Required. The ID to use for the repository, which will become the final component of the repository's resource name.
string repository_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getRepositoryIdBytes()
Required. The ID to use for the repository, which will become the final component of the repository's resource name.
string repository_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.