public static final class GetAutoscalerRequest.Builder extends GeneratedMessage.Builder<GetAutoscalerRequest.Builder> implements GetAutoscalerRequestOrBuilderA request message for Autoscalers.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetAutoscalerRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetAutoscalerRequest.BuilderImplements
GetAutoscalerRequestOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetAutoscalerRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetAutoscalerRequest.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for zone to set. |
| Returns | |
|---|---|
| Type | Description |
GetAutoscalerRequest.Builder |
This builder for chaining. |