Interface CreateDnsAuthorizationRequestOrBuilder (0.15.0)

public interface CreateDnsAuthorizationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDnsAuthorization()

public abstract 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
TypeDescription
DnsAuthorization

The dnsAuthorization.

getDnsAuthorizationId()

public abstract String getDnsAuthorizationId()

Required. A user-provided name of the dns authorization.

string dns_authorization_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The dnsAuthorizationId.

getDnsAuthorizationIdBytes()

public abstract ByteString getDnsAuthorizationIdBytes()

Required. A user-provided name of the dns authorization.

string dns_authorization_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for dnsAuthorizationId.

getDnsAuthorizationOrBuilder()

public abstract DnsAuthorizationOrBuilder getDnsAuthorizationOrBuilder()

Required. A definition of the dns authorization to create.

.google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DnsAuthorizationOrBuilder

getParent()

public abstract 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
TypeDescription
String

The parent.

getParentBytes()

public abstract 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
TypeDescription
ByteString

The bytes for parent.

hasDnsAuthorization()

public abstract 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
TypeDescription
boolean

Whether the dnsAuthorization field is set.