Interface CreateCertificateMapRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateCertificateMapRequest
,CreateCertificateMapRequest.Builder
public interface CreateCertificateMapRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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 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) = { ... }
- Returns:
- The parent.
-
getParentBytes
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) = { ... }
- Returns:
- The bytes for parent.
-
getCertificateMapId
String getCertificateMapId()
Required. A user-provided name of the certificate map.
string certificate_map_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The certificateMapId.
-
getCertificateMapIdBytes
com.google.protobuf.ByteString getCertificateMapIdBytes()
Required. A user-provided name of the certificate map.
string certificate_map_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for certificateMapId.
-
hasCertificateMap
boolean hasCertificateMap()
Required. A definition of the certificate map to create.
.google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the certificateMap field is set.
-
getCertificateMap
CertificateMap getCertificateMap()
Required. A definition of the certificate map to create.
.google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The certificateMap.
-
getCertificateMapOrBuilder
CertificateMapOrBuilder getCertificateMapOrBuilder()
Required. A definition of the certificate map to create.
.google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];
-
-