Interface CreateMicrosoftAdDomainRequestOrBuilder (1.10.0)

public interface CreateMicrosoftAdDomainRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomain()

public abstract Domain getDomain()

Required. A Managed Identity domain resource.

.google.cloud.managedidentities.v1.Domain domain = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Domain

The domain.

getDomainName()

public abstract String getDomainName()

Required. The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions:

  • Must contain only lowercase letters, numbers, periods and hyphens.
  • Must start with a letter.
  • Must contain between 2-64 characters.
  • Must end with a number or a letter.
  • Must not start with period.
  • First segement length (mydomain form example above) shouldn't exceed 15 chars.
  • The last segment cannot be fully numeric.
  • Must be unique within the customer project.

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

Returns
TypeDescription
String

The domainName.

getDomainNameBytes()

public abstract ByteString getDomainNameBytes()

Required. The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions:

  • Must contain only lowercase letters, numbers, periods and hyphens.
  • Must start with a letter.
  • Must contain between 2-64 characters.
  • Must end with a number or a letter.
  • Must not start with period.
  • First segement length (mydomain form example above) shouldn't exceed 15 chars.
  • The last segment cannot be fully numeric.
  • Must be unique within the customer project.

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

Returns
TypeDescription
ByteString

The bytes for domainName.

getDomainOrBuilder()

public abstract DomainOrBuilder getDomainOrBuilder()

Required. A Managed Identity domain resource.

.google.cloud.managedidentities.v1.Domain domain = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DomainOrBuilder

getParent()

public abstract String getParent()

Required. The resource project name and location using the form: projects/{project_id}/locations/global

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource project name and location using the form: projects/{project_id}/locations/global

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasDomain()

public abstract boolean hasDomain()

Required. A Managed Identity domain resource.

.google.cloud.managedidentities.v1.Domain domain = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the domain field is set.