Class ExecuteOntapGetRequest.Builder (0.70.0)

public static final class ExecuteOntapGetRequest.Builder extends GeneratedMessage.Builder<ExecuteOntapGetRequest.Builder> implements ExecuteOntapGetRequestOrBuilder

Request message for ExecuteOntapGet API.

Protobuf type google.cloud.netapp.v1.ExecuteOntapGetRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ExecuteOntapGetRequest build()
Returns
Type Description
ExecuteOntapGetRequest

buildPartial()

public ExecuteOntapGetRequest buildPartial()
Returns
Type Description
ExecuteOntapGetRequest

clear()

public ExecuteOntapGetRequest.Builder clear()
Returns
Type Description
ExecuteOntapGetRequest.Builder
Overrides

clearOntapPath()

public ExecuteOntapGetRequest.Builder clearOntapPath()

Required. The resource path of the ONTAP resource. Format: projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}. For example: projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.

string ontap_path = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExecuteOntapGetRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ExecuteOntapGetRequest getDefaultInstanceForType()
Returns
Type Description
ExecuteOntapGetRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOntapPath()

public String getOntapPath()

Required. The resource path of the ONTAP resource. Format: projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}. For example: projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.

string ontap_path = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The ontapPath.

getOntapPathBytes()

public ByteString getOntapPathBytes()

Required. The resource path of the ONTAP resource. Format: projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}. For example: projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.

string ontap_path = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for ontapPath.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExecuteOntapGetRequest other)

public ExecuteOntapGetRequest.Builder mergeFrom(ExecuteOntapGetRequest other)
Parameter
Name Description
other ExecuteOntapGetRequest
Returns
Type Description
ExecuteOntapGetRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExecuteOntapGetRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExecuteOntapGetRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExecuteOntapGetRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExecuteOntapGetRequest.Builder
Overrides

setOntapPath(String value)

public ExecuteOntapGetRequest.Builder setOntapPath(String value)

Required. The resource path of the ONTAP resource. Format: projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}. For example: projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.

string ontap_path = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The ontapPath to set.

Returns
Type Description
ExecuteOntapGetRequest.Builder

This builder for chaining.

setOntapPathBytes(ByteString value)

public ExecuteOntapGetRequest.Builder setOntapPathBytes(ByteString value)

Required. The resource path of the ONTAP resource. Format: projects/{project_number}/locations/{location_id}/storagePools/{storage_pool_id}/ontap/{ontap_resource_path}. For example: projects/123456789/locations/us-central1/storagePools/my-storage-pool/ontap/api/storage/volumes.

string ontap_path = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for ontapPath to set.

Returns
Type Description
ExecuteOntapGetRequest.Builder

This builder for chaining.