public static final class GetStatusVpnGatewayRequest.Builder extends GeneratedMessageV3.Builder<GetStatusVpnGatewayRequest.Builder> implements GetStatusVpnGatewayRequestOrBuilderA request message for VpnGateways.GetStatus. See the method description for details.
Protobuf type google.cloud.compute.v1.GetStatusVpnGatewayRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetStatusVpnGatewayRequest.BuilderImplements
GetStatusVpnGatewayRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetStatusVpnGatewayRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
build()
public GetStatusVpnGatewayRequest build()| Type | Description |
| GetStatusVpnGatewayRequest |
buildPartial()
public GetStatusVpnGatewayRequest buildPartial()| Type | Description |
| GetStatusVpnGatewayRequest |
clear()
public GetStatusVpnGatewayRequest.Builder clear()| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetStatusVpnGatewayRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetStatusVpnGatewayRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
clearProject()
public GetStatusVpnGatewayRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetStatusVpnGatewayRequest.Builder | This builder for chaining. |
clearRegion()
public GetStatusVpnGatewayRequest.Builder clearRegion()Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetStatusVpnGatewayRequest.Builder | This builder for chaining. |
clearVpnGateway()
public GetStatusVpnGatewayRequest.Builder clearVpnGateway()Name of the VPN gateway to return.
string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| GetStatusVpnGatewayRequest.Builder | This builder for chaining. |
clone()
public GetStatusVpnGatewayRequest.Builder clone()| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
getDefaultInstanceForType()
public GetStatusVpnGatewayRequest getDefaultInstanceForType()| Type | Description |
| GetStatusVpnGatewayRequest |
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 for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The region. |
getRegionBytes()
public ByteString getRegionBytes()Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for region. |
getVpnGateway()
public String getVpnGateway()Name of the VPN gateway to return.
string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The vpnGateway. |
getVpnGatewayBytes()
public ByteString getVpnGatewayBytes()Name of the VPN gateway to return.
string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for vpnGateway. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(GetStatusVpnGatewayRequest other)
public GetStatusVpnGatewayRequest.Builder mergeFrom(GetStatusVpnGatewayRequest other)| Name | Description |
| other | GetStatusVpnGatewayRequest |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetStatusVpnGatewayRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public GetStatusVpnGatewayRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetStatusVpnGatewayRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetStatusVpnGatewayRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
setProject(String value)
public GetStatusVpnGatewayRequest.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 |
| GetStatusVpnGatewayRequest.Builder | This builder for chaining. |
setProjectBytes(ByteString value)
public GetStatusVpnGatewayRequest.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 |
| GetStatusVpnGatewayRequest.Builder | This builder for chaining. |
setRegion(String value)
public GetStatusVpnGatewayRequest.Builder setRegion(String value)Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe region to set. |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder | This builder for chaining. |
setRegionBytes(ByteString value)
public GetStatusVpnGatewayRequest.Builder setRegionBytes(ByteString value)Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for region to set. |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetStatusVpnGatewayRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetStatusVpnGatewayRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder |
setVpnGateway(String value)
public GetStatusVpnGatewayRequest.Builder setVpnGateway(String value)Name of the VPN gateway to return.
string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe vpnGateway to set. |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder | This builder for chaining. |
setVpnGatewayBytes(ByteString value)
public GetStatusVpnGatewayRequest.Builder setVpnGatewayBytes(ByteString value)Name of the VPN gateway to return.
string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for vpnGateway to set. |
| Type | Description |
| GetStatusVpnGatewayRequest.Builder | This builder for chaining. |