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