Class GetSnapshotSchedulePolicyRequest.Builder (0.1.1)

public static final class GetSnapshotSchedulePolicyRequest.Builder extends GeneratedMessageV3.Builder<GetSnapshotSchedulePolicyRequest.Builder> implements GetSnapshotSchedulePolicyRequestOrBuilder

Message for requesting snapshot schedule policy information.

Protobuf type google.cloud.baremetalsolution.v2.GetSnapshotSchedulePolicyRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetSnapshotSchedulePolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides

build()

public GetSnapshotSchedulePolicyRequest build()
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest

buildPartial()

public GetSnapshotSchedulePolicyRequest buildPartial()
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest

clear()

public GetSnapshotSchedulePolicyRequest.Builder clear()
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetSnapshotSchedulePolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides

clearName()

public GetSnapshotSchedulePolicyRequest.Builder clearName()

Required. Name of the resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetSnapshotSchedulePolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides

clone()

public GetSnapshotSchedulePolicyRequest.Builder clone()
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides

getDefaultInstanceForType()

public GetSnapshotSchedulePolicyRequest getDefaultInstanceForType()
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

Required. Name of the resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GetSnapshotSchedulePolicyRequest other)

public GetSnapshotSchedulePolicyRequest.Builder mergeFrom(GetSnapshotSchedulePolicyRequest other)
Parameter
NameDescription
otherGetSnapshotSchedulePolicyRequest
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetSnapshotSchedulePolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GetSnapshotSchedulePolicyRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetSnapshotSchedulePolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetSnapshotSchedulePolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides

setName(String value)

public GetSnapshotSchedulePolicyRequest.Builder setName(String value)

Required. Name of the resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetSnapshotSchedulePolicyRequest.Builder setNameBytes(ByteString value)

Required. Name of the resource.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetSnapshotSchedulePolicyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetSnapshotSchedulePolicyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetSnapshotSchedulePolicyRequest.Builder
Overrides