Class ExecuteOntapPatchResponse.Builder (0.70.0)

public static final class ExecuteOntapPatchResponse.Builder extends GeneratedMessage.Builder<ExecuteOntapPatchResponse.Builder> implements ExecuteOntapPatchResponseOrBuilder

Response message for ExecuteOntapPatch API.

Protobuf type google.cloud.netapp.v1.ExecuteOntapPatchResponse

Static Methods

getDescriptor()

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

Methods

build()

public ExecuteOntapPatchResponse build()
Returns
Type Description
ExecuteOntapPatchResponse

buildPartial()

public ExecuteOntapPatchResponse buildPartial()
Returns
Type Description
ExecuteOntapPatchResponse

clear()

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

clearBody()

public ExecuteOntapPatchResponse.Builder clearBody()

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Returns
Type Description
ExecuteOntapPatchResponse.Builder

getBody()

public Struct getBody()

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Returns
Type Description
Struct

The body.

getBodyBuilder()

public Struct.Builder getBodyBuilder()

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Returns
Type Description
Builder

getBodyOrBuilder()

public StructOrBuilder getBodyOrBuilder()

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Returns
Type Description
StructOrBuilder

getDefaultInstanceForType()

public ExecuteOntapPatchResponse getDefaultInstanceForType()
Returns
Type Description
ExecuteOntapPatchResponse

getDescriptorForType()

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

hasBody()

public boolean hasBody()

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Returns
Type Description
boolean

Whether the body field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeBody(Struct value)

public ExecuteOntapPatchResponse.Builder mergeBody(Struct value)

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Parameter
Name Description
value Struct
Returns
Type Description
ExecuteOntapPatchResponse.Builder

mergeFrom(ExecuteOntapPatchResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setBody(Struct value)

public ExecuteOntapPatchResponse.Builder setBody(Struct value)

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Parameter
Name Description
value Struct
Returns
Type Description
ExecuteOntapPatchResponse.Builder

setBody(Struct.Builder builderForValue)

public ExecuteOntapPatchResponse.Builder setBody(Struct.Builder builderForValue)

The raw JSON body of the response.

.google.protobuf.Struct body = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ExecuteOntapPatchResponse.Builder