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