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