public interface CreateMicrosoftAdDomainRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Domain |
getDomain()
Required.
|
String |
getDomainName()
Required.
|
com.google.protobuf.ByteString |
getDomainNameBytes()
Required.
|
DomainOrBuilder |
getDomainOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasDomain()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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];com.google.protobuf.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];boolean hasDomain()
Required. A Managed Identity domain resource.
.google.cloud.managedidentities.v1.Domain domain = 3 [(.google.api.field_behavior) = REQUIRED];
Domain getDomain()
Required. A Managed Identity domain resource.
.google.cloud.managedidentities.v1.Domain domain = 3 [(.google.api.field_behavior) = REQUIRED];
DomainOrBuilder getDomainOrBuilder()
Required. A Managed Identity domain resource.
.google.cloud.managedidentities.v1.Domain domain = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.