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