Interface CreateActiveDirectoryRequestOrBuilder (0.19.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
TypeDescription
ActiveDirectory

The activeDirectory.

getActiveDirectoryId()

public abstract String getActiveDirectoryId()

Required. ID of the active directory to create.

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

Returns
TypeDescription
String

The activeDirectoryId.

getActiveDirectoryIdBytes()

public abstract ByteString getActiveDirectoryIdBytes()

Required. ID of the active directory to create.

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

Returns
TypeDescription
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
TypeDescription
ActiveDirectoryOrBuilder

getParent()

public abstract String getParent()

Required. Value for parent.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the activeDirectory field is set.