Interface CreateActiveDirectoryRequestOrBuilder (0.57.0)

publicinterface CreateActiveDirectoryRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getActiveDirectory()

publicabstractActiveDirectorygetActiveDirectory()

Required. Fields of the to be created active directory.

.google.cloud.netapp.v1.ActiveDirectory active_directory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ActiveDirectory

The activeDirectory.

getActiveDirectoryId()

publicabstractStringgetActiveDirectoryId()

Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter , the last a letter or a number, and a 63 character maximum.

string active_directory_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The activeDirectoryId.

getActiveDirectoryIdBytes()

publicabstractByteStringgetActiveDirectoryIdBytes()

Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter , the last a letter or a number, and a 63 character maximum.

string active_directory_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for activeDirectoryId.

getActiveDirectoryOrBuilder()

publicabstractActiveDirectoryOrBuildergetActiveDirectoryOrBuilder()

Required. Fields of the to be created active directory.

.google.cloud.netapp.v1.ActiveDirectory active_directory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ActiveDirectoryOrBuilder

getParent()

publicabstractStringgetParent()

Required. Value for parent.

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

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Required. Value for parent.

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

Returns
Type Description
ByteString

The bytes for parent.

hasActiveDirectory()

publicabstractbooleanhasActiveDirectory()

Required. Fields of the to be created active directory.

.google.cloud.netapp.v1.ActiveDirectory active_directory = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the activeDirectory field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.