public interface ValidateDirectoryServiceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDirectoryServiceType()
public abstract DirectoryServiceType getDirectoryServiceType()
Type of directory service policy attached to the storage pool.
.google.cloud.netapp.v1.DirectoryServiceType directory_service_type = 2;
Returns | |
---|---|
Type | Description |
DirectoryServiceType |
The directoryServiceType. |
getDirectoryServiceTypeValue()
public abstract int getDirectoryServiceTypeValue()
Type of directory service policy attached to the storage pool.
.google.cloud.netapp.v1.DirectoryServiceType directory_service_type = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for directoryServiceType. |
getName()
public abstract String getName()
Required. Name of the storage pool
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. Name of the storage pool
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |