public static final class GetRegionTargetHttpsProxyRequest.Builder extends GeneratedMessageV3.Builder<GetRegionTargetHttpsProxyRequest.Builder> implements GetRegionTargetHttpsProxyRequestOrBuilderA request message for RegionTargetHttpsProxies.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetRegionTargetHttpsProxyRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetRegionTargetHttpsProxyRequest.BuilderImplements
GetRegionTargetHttpsProxyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetRegionTargetHttpsProxyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
build()
public GetRegionTargetHttpsProxyRequest build()| Type | Description |
| GetRegionTargetHttpsProxyRequest |
buildPartial()
public GetRegionTargetHttpsProxyRequest buildPartial()| Type | Description |
| GetRegionTargetHttpsProxyRequest |
clear()
public GetRegionTargetHttpsProxyRequest.Builder clear()| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetRegionTargetHttpsProxyRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetRegionTargetHttpsProxyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
clearProject()
public GetRegionTargetHttpsProxyRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder | This builder for chaining. |
clearRegion()
public GetRegionTargetHttpsProxyRequest.Builder clearRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder | This builder for chaining. |
clearTargetHttpsProxy()
public GetRegionTargetHttpsProxyRequest.Builder clearTargetHttpsProxy()Name of the TargetHttpsProxy resource to return.
string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder | This builder for chaining. |
clone()
public GetRegionTargetHttpsProxyRequest.Builder clone()| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
getDefaultInstanceForType()
public GetRegionTargetHttpsProxyRequest getDefaultInstanceForType()| Type | Description |
| GetRegionTargetHttpsProxyRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for project. |
getRegion()
public String getRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The region. |
getRegionBytes()
public ByteString getRegionBytes()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for region. |
getTargetHttpsProxy()
public String getTargetHttpsProxy()Name of the TargetHttpsProxy resource to return.
string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];
| 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];
| Type | Description |
| ByteString | The bytes for targetHttpsProxy. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(GetRegionTargetHttpsProxyRequest other)
public GetRegionTargetHttpsProxyRequest.Builder mergeFrom(GetRegionTargetHttpsProxyRequest other)| Name | Description |
| other | GetRegionTargetHttpsProxyRequest |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetRegionTargetHttpsProxyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public GetRegionTargetHttpsProxyRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetRegionTargetHttpsProxyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetRegionTargetHttpsProxyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
setProject(String value)
public GetRegionTargetHttpsProxyRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe project to set. |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder | This builder for chaining. |
setProjectBytes(ByteString value)
public GetRegionTargetHttpsProxyRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for project to set. |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder | This builder for chaining. |
setRegion(String value)
public GetRegionTargetHttpsProxyRequest.Builder setRegion(String value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe region to set. |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder | This builder for chaining. |
setRegionBytes(ByteString value)
public GetRegionTargetHttpsProxyRequest.Builder setRegionBytes(ByteString value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for region to set. |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetRegionTargetHttpsProxyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |
setTargetHttpsProxy(String value)
public GetRegionTargetHttpsProxyRequest.Builder setTargetHttpsProxy(String value)Name of the TargetHttpsProxy resource to return.
string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe targetHttpsProxy to set. |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder | This builder for chaining. |
setTargetHttpsProxyBytes(ByteString value)
public GetRegionTargetHttpsProxyRequest.Builder setTargetHttpsProxyBytes(ByteString value)Name of the TargetHttpsProxy resource to return.
string target_https_proxy = 52336748 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for targetHttpsProxy to set. |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetRegionTargetHttpsProxyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetRegionTargetHttpsProxyRequest.Builder |