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