Class GetPublicDelegatedPrefixeRequest (1.51.0)

public final class GetPublicDelegatedPrefixeRequest extends GeneratedMessageV3 implements GetPublicDelegatedPrefixeRequestOrBuilder

A request message for PublicDelegatedPrefixes.Get. See the method description for details.

Protobuf type google.cloud.compute.v1.GetPublicDelegatedPrefixeRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GetPublicDelegatedPrefixeRequest

Static Fields

PROJECT_FIELD_NUMBER

public static final int PROJECT_FIELD_NUMBER
Field Value
TypeDescription
int

PUBLIC_DELEGATED_PREFIX_FIELD_NUMBER

public static final int PUBLIC_DELEGATED_PREFIX_FIELD_NUMBER
Field Value
TypeDescription
int

REGION_FIELD_NUMBER

public static final int REGION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GetPublicDelegatedPrefixeRequest getDefaultInstance()
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GetPublicDelegatedPrefixeRequest.Builder newBuilder()
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest.Builder

newBuilder(GetPublicDelegatedPrefixeRequest prototype)

public static GetPublicDelegatedPrefixeRequest.Builder newBuilder(GetPublicDelegatedPrefixeRequest prototype)
Parameter
NameDescription
prototypeGetPublicDelegatedPrefixeRequest
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest.Builder

parseDelimitedFrom(InputStream input)

public static GetPublicDelegatedPrefixeRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetPublicDelegatedPrefixeRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GetPublicDelegatedPrefixeRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GetPublicDelegatedPrefixeRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GetPublicDelegatedPrefixeRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GetPublicDelegatedPrefixeRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GetPublicDelegatedPrefixeRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GetPublicDelegatedPrefixeRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GetPublicDelegatedPrefixeRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetPublicDelegatedPrefixeRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GetPublicDelegatedPrefixeRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GetPublicDelegatedPrefixeRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GetPublicDelegatedPrefixeRequest> parser()
Returns
TypeDescription
Parser<GetPublicDelegatedPrefixeRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public GetPublicDelegatedPrefixeRequest getDefaultInstanceForType()
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest

getParserForType()

public Parser<GetPublicDelegatedPrefixeRequest> getParserForType()
Returns
TypeDescription
Parser<GetPublicDelegatedPrefixeRequest>
Overrides

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Name of the region of this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for region.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GetPublicDelegatedPrefixeRequest.Builder newBuilderForType()
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GetPublicDelegatedPrefixeRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GetPublicDelegatedPrefixeRequest.Builder toBuilder()
Returns
TypeDescription
GetPublicDelegatedPrefixeRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException