public static final class GetPublicDelegatedPrefixeRequest.Builder extends GeneratedMessage.Builder<GetPublicDelegatedPrefixeRequest.Builder> implements GetPublicDelegatedPrefixeRequestOrBuilderA request message for PublicDelegatedPrefixes.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetPublicDelegatedPrefixeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetPublicDelegatedPrefixeRequest.BuilderImplements
GetPublicDelegatedPrefixeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetPublicDelegatedPrefixeRequest build()| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest |
|
buildPartial()
public GetPublicDelegatedPrefixeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest |
|
clear()
public GetPublicDelegatedPrefixeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
|
clearProject()
public GetPublicDelegatedPrefixeRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
This builder for chaining. |
clearPublicDelegatedPrefix()
public GetPublicDelegatedPrefixeRequest.Builder clearPublicDelegatedPrefix()Name of the PublicDelegatedPrefix resource to return.
string public_delegated_prefix = 204238440 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
This builder for chaining. |
clearRegion()
public GetPublicDelegatedPrefixeRequest.Builder clearRegion()Name of the region of this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetPublicDelegatedPrefixeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest |
|
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. |
getPublicDelegatedPrefix()
public String getPublicDelegatedPrefix()Name of the PublicDelegatedPrefix resource to return.
string public_delegated_prefix = 204238440 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The publicDelegatedPrefix. |
getPublicDelegatedPrefixBytes()
public ByteString getPublicDelegatedPrefixBytes()Name of the PublicDelegatedPrefix resource to return.
string public_delegated_prefix = 204238440 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publicDelegatedPrefix. |
getRegion()
public String getRegion()Name of the region of this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public ByteString getRegionBytes()Name of the region of this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetPublicDelegatedPrefixeRequest other)
public GetPublicDelegatedPrefixeRequest.Builder mergeFrom(GetPublicDelegatedPrefixeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetPublicDelegatedPrefixeRequest |
| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetPublicDelegatedPrefixeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetPublicDelegatedPrefixeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
|
setProject(String value)
public GetPublicDelegatedPrefixeRequest.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 |
GetPublicDelegatedPrefixeRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetPublicDelegatedPrefixeRequest.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 |
GetPublicDelegatedPrefixeRequest.Builder |
This builder for chaining. |
setPublicDelegatedPrefix(String value)
public GetPublicDelegatedPrefixeRequest.Builder setPublicDelegatedPrefix(String value)Name of the PublicDelegatedPrefix resource to return.
string public_delegated_prefix = 204238440 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe publicDelegatedPrefix to set. |
| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
This builder for chaining. |
setPublicDelegatedPrefixBytes(ByteString value)
public GetPublicDelegatedPrefixeRequest.Builder setPublicDelegatedPrefixBytes(ByteString value)Name of the PublicDelegatedPrefix resource to return.
string public_delegated_prefix = 204238440 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for publicDelegatedPrefix to set. |
| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
This builder for chaining. |
setRegion(String value)
public GetPublicDelegatedPrefixeRequest.Builder setRegion(String value)Name of the region of this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe region to set. |
| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public GetPublicDelegatedPrefixeRequest.Builder setRegionBytes(ByteString value)Name of the region of this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for region to set. |
| Returns | |
|---|---|
| Type | Description |
GetPublicDelegatedPrefixeRequest.Builder |
This builder for chaining. |