Interface CreateActiveDirectoryRequestOrBuilder (0.30.0)

public interface CreateActiveDirectoryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActiveDirectory()

public abstract ActiveDirectory getActiveDirectory()

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()

public abstract String getActiveDirectoryId()

Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore 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()

public abstract ByteString getActiveDirectoryIdBytes()

Required. ID of the active directory to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore 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()

public abstract ActiveDirectoryOrBuilder getActiveDirectoryOrBuilder()

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()

public abstract String getParent()

Required. Value for parent.

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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()

public abstract boolean hasActiveDirectory()

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.