public static final class GetGatewayRequest.Builder extends GeneratedMessageV3.Builder<GetGatewayRequest.Builder> implements GetGatewayRequestOrBuilder
Request used by the GetGateway method.
Protobuf type google.cloud.networkservices.v1.GetGatewayRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetGatewayRequest.BuilderImplements
GetGatewayRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetGatewayRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
build()
public GetGatewayRequest build()
Returns | |
---|---|
Type | Description |
GetGatewayRequest |
buildPartial()
public GetGatewayRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetGatewayRequest |
clear()
public GetGatewayRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetGatewayRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
clearName()
public GetGatewayRequest.Builder clearName()
Required. A name of the Gateway to get. Must be in the format
projects/*/locations/*/gateways/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetGatewayRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
clone()
public GetGatewayRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
getDefaultInstanceForType()
public GetGatewayRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetGatewayRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. A name of the Gateway to get. Must be in the format
projects/*/locations/*/gateways/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. A name of the Gateway to get. Must be in the format
projects/*/locations/*/gateways/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(GetGatewayRequest other)
public GetGatewayRequest.Builder mergeFrom(GetGatewayRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetGatewayRequest |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetGatewayRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetGatewayRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetGatewayRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetGatewayRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
setName(String value)
public GetGatewayRequest.Builder setName(String value)
Required. A name of the Gateway to get. Must be in the format
projects/*/locations/*/gateways/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetGatewayRequest.Builder setNameBytes(ByteString value)
Required. A name of the Gateway to get. Must be in the format
projects/*/locations/*/gateways/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetGatewayRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetGatewayRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetGatewayRequest.Builder |