Interface CreateDnsAuthorizationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateDnsAuthorizationRequest,CreateDnsAuthorizationRequest.Builder
public interface CreateDnsAuthorizationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsAuthorizationgetDnsAuthorization()Required.StringgetDnsAuthorizationId()Required.com.google.protobuf.ByteStringgetDnsAuthorizationIdBytes()Required.DnsAuthorizationOrBuildergetDnsAuthorizationOrBuilder()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.booleanhasDnsAuthorization()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 dns authorization. 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 dns authorization. Must be in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getDnsAuthorizationId
String getDnsAuthorizationId()
Required. A user-provided name of the dns authorization.
string dns_authorization_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The dnsAuthorizationId.
-
getDnsAuthorizationIdBytes
com.google.protobuf.ByteString getDnsAuthorizationIdBytes()
Required. A user-provided name of the dns authorization.
string dns_authorization_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for dnsAuthorizationId.
-
hasDnsAuthorization
boolean hasDnsAuthorization()
Required. A definition of the dns authorization to create.
.google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the dnsAuthorization field is set.
-
getDnsAuthorization
DnsAuthorization getDnsAuthorization()
Required. A definition of the dns authorization to create.
.google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The dnsAuthorization.
-
getDnsAuthorizationOrBuilder
DnsAuthorizationOrBuilder getDnsAuthorizationOrBuilder()
Required. A definition of the dns authorization to create.
.google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 3 [(.google.api.field_behavior) = REQUIRED];
-
-