public interface CreateActiveDirectoryRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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.
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.
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. |