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