public interface CreateSecretRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
Secret |
getSecret()
Required.
|
String |
getSecretId()
Required.
|
ByteString |
getSecretIdBytes()
Required.
|
SecretOrBuilder |
getSecretOrBuilder()
Required.
|
boolean |
hasSecret()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The resource name of the project to associate with the [Secret][google.cloud.secrets.v1beta1.Secret], in the format `projects/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The resource name of the project to associate with the [Secret][google.cloud.secrets.v1beta1.Secret], in the format `projects/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getSecretId()
Required. This must be unique within the project. A secret ID is a string with a maximum length of 255 characters and can contain uppercase and lowercase letters, numerals, and the hyphen (`-`) and underscore (`_`) characters.
string secret_id = 2 [(.google.api.field_behavior) = REQUIRED];
ByteString getSecretIdBytes()
Required. This must be unique within the project. A secret ID is a string with a maximum length of 255 characters and can contain uppercase and lowercase letters, numerals, and the hyphen (`-`) and underscore (`_`) characters.
string secret_id = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasSecret()
Required. A [Secret][google.cloud.secrets.v1beta1.Secret] with initial field values.
.google.cloud.secrets.v1beta1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];
Secret getSecret()
Required. A [Secret][google.cloud.secrets.v1beta1.Secret] with initial field values.
.google.cloud.secrets.v1beta1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];
SecretOrBuilder getSecretOrBuilder()
Required. A [Secret][google.cloud.secrets.v1beta1.Secret] with initial field values.
.google.cloud.secrets.v1beta1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.