public static final class GetRolloutRequest.Builder extends GeneratedMessage.Builder<GetRolloutRequest.Builder> implements GetRolloutRequestOrBuilderA request message for Rollouts.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetRolloutRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetRolloutRequest.BuilderImplements
GetRolloutRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetRolloutRequest build()| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest |
|
buildPartial()
public GetRolloutRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest |
|
clear()
public GetRolloutRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest.Builder |
|
clearProject()
public GetRolloutRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest.Builder |
This builder for chaining. |
clearRollout()
public GetRolloutRequest.Builder clearRollout()Name of the persistent rollout to return.
string rollout = 303366577 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetRolloutRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest |
|
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. |
getRollout()
public String getRollout()Name of the persistent rollout to return.
string rollout = 303366577 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The rollout. |
getRolloutBytes()
public ByteString getRolloutBytes()Name of the persistent rollout to return.
string rollout = 303366577 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rollout. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetRolloutRequest other)
public GetRolloutRequest.Builder mergeFrom(GetRolloutRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRolloutRequest |
| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetRolloutRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetRolloutRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest.Builder |
|
setProject(String value)
public GetRolloutRequest.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 |
GetRolloutRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetRolloutRequest.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 |
GetRolloutRequest.Builder |
This builder for chaining. |
setRollout(String value)
public GetRolloutRequest.Builder setRollout(String value)Name of the persistent rollout to return.
string rollout = 303366577 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe rollout to set. |
| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest.Builder |
This builder for chaining. |
setRolloutBytes(ByteString value)
public GetRolloutRequest.Builder setRolloutBytes(ByteString value)Name of the persistent rollout to return.
string rollout = 303366577 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for rollout to set. |
| Returns | |
|---|---|
| Type | Description |
GetRolloutRequest.Builder |
This builder for chaining. |