public interface CreateCertificateMapRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CertificateMap |
getCertificateMap()
Required.
|
String |
getCertificateMapId()
Required.
|
com.google.protobuf.ByteString |
getCertificateMapIdBytes()
Required.
|
CertificateMapOrBuilder |
getCertificateMapOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasCertificateMap()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource of the certificate map. 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 parent resource of the certificate map. Must be in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getCertificateMapId()
Required. A user-provided name of the certificate map.
string certificate_map_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getCertificateMapIdBytes()
Required. A user-provided name of the certificate map.
string certificate_map_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasCertificateMap()
Required. A definition of the certificate map to create.
.google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];
CertificateMap getCertificateMap()
Required. A definition of the certificate map to create.
.google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];
CertificateMapOrBuilder getCertificateMapOrBuilder()
Required. A definition of the certificate map to create.
.google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.