Class GetAutoscalerRequest.Builder (1.93.0)

public static final class GetAutoscalerRequest.Builder extends GeneratedMessage.Builder<GetAutoscalerRequest.Builder> implements GetAutoscalerRequestOrBuilder

A request message for Autoscalers.Get. See the method description for details.

Protobuf type google.cloud.compute.v1.GetAutoscalerRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetAutoscalerRequest build()
Returns
Type Description
GetAutoscalerRequest

buildPartial()

public GetAutoscalerRequest buildPartial()
Returns
Type Description
GetAutoscalerRequest

clear()

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

clearAutoscaler()

public GetAutoscalerRequest.Builder clearAutoscaler()

Name of the autoscaler to return.

string autoscaler = 517258967 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetAutoscalerRequest.Builder

This builder for chaining.

clearProject()

public GetAutoscalerRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetAutoscalerRequest.Builder

This builder for chaining.

clearZone()

public GetAutoscalerRequest.Builder clearZone()

Name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetAutoscalerRequest.Builder

This builder for chaining.

getAutoscaler()

public String getAutoscaler()

Name of the autoscaler to return.

string autoscaler = 517258967 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The autoscaler.

getAutoscalerBytes()

public ByteString getAutoscalerBytes()

Name of the autoscaler to return.

string autoscaler = 517258967 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for autoscaler.

getDefaultInstanceForType()

public GetAutoscalerRequest getDefaultInstanceForType()
Returns
Type Description
GetAutoscalerRequest

getDescriptorForType()

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

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

getZone()

public String getZone()

Name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

Name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for zone.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetAutoscalerRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setAutoscaler(String value)

public GetAutoscalerRequest.Builder setAutoscaler(String value)

Name of the autoscaler to return.

string autoscaler = 517258967 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The autoscaler to set.

Returns
Type Description
GetAutoscalerRequest.Builder

This builder for chaining.

setAutoscalerBytes(ByteString value)

public GetAutoscalerRequest.Builder setAutoscalerBytes(ByteString value)

Name of the autoscaler to return.

string autoscaler = 517258967 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for autoscaler to set.

Returns
Type Description
GetAutoscalerRequest.Builder

This builder for chaining.

setProject(String value)

public GetAutoscalerRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The project to set.

Returns
Type Description
GetAutoscalerRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetAutoscalerRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
GetAutoscalerRequest.Builder

This builder for chaining.

setZone(String value)

public GetAutoscalerRequest.Builder setZone(String value)

Name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The zone to set.

Returns
Type Description
GetAutoscalerRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public GetAutoscalerRequest.Builder setZoneBytes(ByteString value)

Name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for zone to set.

Returns
Type Description
GetAutoscalerRequest.Builder

This builder for chaining.