- 0.62.0 (latest)
- 0.61.0
- 0.59.0
- 0.57.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class ValidateDirectoryServiceRequest.Builder extends GeneratedMessage.Builder<ValidateDirectoryServiceRequest.Builder> implements ValidateDirectoryServiceRequestOrBuilderValidateDirectoryServiceRequest validates the directory service policy attached to the storage pool.
Protobuf type google.cloud.netapp.v1.ValidateDirectoryServiceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ValidateDirectoryServiceRequest.BuilderImplements
ValidateDirectoryServiceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ValidateDirectoryServiceRequest build()| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest |
|
buildPartial()
public ValidateDirectoryServiceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest |
|
clear()
public ValidateDirectoryServiceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest.Builder |
|
clearDirectoryServiceType()
public ValidateDirectoryServiceRequest.Builder clearDirectoryServiceType()Type of directory service policy attached to the storage pool.
.google.cloud.netapp.v1.DirectoryServiceType directory_service_type = 2;
| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest.Builder |
This builder for chaining. |
clearName()
public ValidateDirectoryServiceRequest.Builder clearName()Required. Name of the storage pool
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ValidateDirectoryServiceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDirectoryServiceType()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ValidateDirectoryServiceRequest other)
public ValidateDirectoryServiceRequest.Builder mergeFrom(ValidateDirectoryServiceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ValidateDirectoryServiceRequest |
| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ValidateDirectoryServiceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ValidateDirectoryServiceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest.Builder |
|
setDirectoryServiceType(DirectoryServiceType value)
public ValidateDirectoryServiceRequest.Builder setDirectoryServiceType(DirectoryServiceType value)Type of directory service policy attached to the storage pool.
.google.cloud.netapp.v1.DirectoryServiceType directory_service_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
DirectoryServiceTypeThe directoryServiceType to set. |
| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest.Builder |
This builder for chaining. |
setDirectoryServiceTypeValue(int value)
public ValidateDirectoryServiceRequest.Builder setDirectoryServiceTypeValue(int value)Type of directory service policy attached to the storage pool.
.google.cloud.netapp.v1.DirectoryServiceType directory_service_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for directoryServiceType to set. |
| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest.Builder |
This builder for chaining. |
setName(String value)
public ValidateDirectoryServiceRequest.Builder setName(String value)Required. Name of the storage pool
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ValidateDirectoryServiceRequest.Builder setNameBytes(ByteString value)Required. Name of the storage pool
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ValidateDirectoryServiceRequest.Builder |
This builder for chaining. |