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