Interface CreateCertificateMapEntryRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateCertificateMapEntryRequest
,CreateCertificateMapEntryRequest.Builder
public interface CreateCertificateMapEntryRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateMapEntry
getCertificateMapEntry()
Required.String
getCertificateMapEntryId()
Required.com.google.protobuf.ByteString
getCertificateMapEntryIdBytes()
Required.CertificateMapEntryOrBuilder
getCertificateMapEntryOrBuilder()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.boolean
hasCertificateMapEntry()
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 entry. Must be in the format `projects/*/locations/*/certificateMaps/*`.
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 entry. Must be in the format `projects/*/locations/*/certificateMaps/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
getCertificateMapEntryId
String getCertificateMapEntryId()
Required. A user-provided name of the certificate map entry.
string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The certificateMapEntryId.
-
getCertificateMapEntryIdBytes
com.google.protobuf.ByteString getCertificateMapEntryIdBytes()
Required. A user-provided name of the certificate map entry.
string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for certificateMapEntryId.
-
hasCertificateMapEntry
boolean hasCertificateMapEntry()
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the certificateMapEntry field is set.
-
getCertificateMapEntry
CertificateMapEntry getCertificateMapEntry()
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The certificateMapEntry.
-
getCertificateMapEntryOrBuilder
CertificateMapEntryOrBuilder getCertificateMapEntryOrBuilder()
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
-
-