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