public static final class GetGlobalNetworkEndpointGroupRequest.Builder extends GeneratedMessage.Builder<GetGlobalNetworkEndpointGroupRequest.Builder> implements GetGlobalNetworkEndpointGroupRequestOrBuilderA request message for GlobalNetworkEndpointGroups.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetGlobalNetworkEndpointGroupRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetGlobalNetworkEndpointGroupRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetGlobalNetworkEndpointGroupRequest build()| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest |
|
buildPartial()
public GetGlobalNetworkEndpointGroupRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest |
|
clear()
public GetGlobalNetworkEndpointGroupRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest.Builder |
|
clearNetworkEndpointGroup()
public GetGlobalNetworkEndpointGroupRequest.Builder clearNetworkEndpointGroup()The name of the network endpoint group. It should comply with RFC1035.
string network_endpoint_group = 433907078 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest.Builder |
This builder for chaining. |
clearProject()
public GetGlobalNetworkEndpointGroupRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetGlobalNetworkEndpointGroupRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNetworkEndpointGroup()
public String getNetworkEndpointGroup()The name of the network endpoint group. It should comply with RFC1035.
string network_endpoint_group = 433907078 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The networkEndpointGroup. |
getNetworkEndpointGroupBytes()
public ByteString getNetworkEndpointGroupBytes()The name of the network endpoint group. It should comply with RFC1035.
string network_endpoint_group = 433907078 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for networkEndpointGroup. |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetGlobalNetworkEndpointGroupRequest other)
public GetGlobalNetworkEndpointGroupRequest.Builder mergeFrom(GetGlobalNetworkEndpointGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetGlobalNetworkEndpointGroupRequest |
| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetGlobalNetworkEndpointGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetGlobalNetworkEndpointGroupRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest.Builder |
|
setNetworkEndpointGroup(String value)
public GetGlobalNetworkEndpointGroupRequest.Builder setNetworkEndpointGroup(String value)The name of the network endpoint group. It should comply with RFC1035.
string network_endpoint_group = 433907078 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe networkEndpointGroup to set. |
| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest.Builder |
This builder for chaining. |
setNetworkEndpointGroupBytes(ByteString value)
public GetGlobalNetworkEndpointGroupRequest.Builder setNetworkEndpointGroupBytes(ByteString value)The name of the network endpoint group. It should comply with RFC1035.
string network_endpoint_group = 433907078 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for networkEndpointGroup to set. |
| Returns | |
|---|---|
| Type | Description |
GetGlobalNetworkEndpointGroupRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetGlobalNetworkEndpointGroupRequest.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 |
GetGlobalNetworkEndpointGroupRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetGlobalNetworkEndpointGroupRequest.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 |
GetGlobalNetworkEndpointGroupRequest.Builder |
This builder for chaining. |