Class BackendServiceOrchestrationInfo (1.98.0)

public final class BackendServiceOrchestrationInfo extends GeneratedMessage implements BackendServiceOrchestrationInfoOrBuilder

A message containing information about the resource or system that manages the backend service.

Protobuf type google.cloud.compute.v1.BackendServiceOrchestrationInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BackendServiceOrchestrationInfo

Static Fields

RESOURCE_URI_FIELD_NUMBER

public static final int RESOURCE_URI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BackendServiceOrchestrationInfo getDefaultInstance()
Returns
Type Description
BackendServiceOrchestrationInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BackendServiceOrchestrationInfo.Builder newBuilder()
Returns
Type Description
BackendServiceOrchestrationInfo.Builder

newBuilder(BackendServiceOrchestrationInfo prototype)

public static BackendServiceOrchestrationInfo.Builder newBuilder(BackendServiceOrchestrationInfo prototype)
Parameter
Name Description
prototype BackendServiceOrchestrationInfo
Returns
Type Description
BackendServiceOrchestrationInfo.Builder

parseDelimitedFrom(InputStream input)

public static BackendServiceOrchestrationInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BackendServiceOrchestrationInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BackendServiceOrchestrationInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BackendServiceOrchestrationInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BackendServiceOrchestrationInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BackendServiceOrchestrationInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BackendServiceOrchestrationInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BackendServiceOrchestrationInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BackendServiceOrchestrationInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BackendServiceOrchestrationInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BackendServiceOrchestrationInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BackendServiceOrchestrationInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BackendServiceOrchestrationInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BackendServiceOrchestrationInfo> parser()
Returns
Type Description
Parser<BackendServiceOrchestrationInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BackendServiceOrchestrationInfo getDefaultInstanceForType()
Returns
Type Description
BackendServiceOrchestrationInfo

getParserForType()

public Parser<BackendServiceOrchestrationInfo> getParserForType()
Returns
Type Description
Parser<BackendServiceOrchestrationInfo>
Overrides

getResourceUri()

public String getResourceUri()

The resource URI of the resource or system that manages the backend service.

optional string resource_uri = 152830395;

Returns
Type Description
String

The resourceUri.

getResourceUriBytes()

public ByteString getResourceUriBytes()

The resource URI of the resource or system that manages the backend service.

optional string resource_uri = 152830395;

Returns
Type Description
ByteString

The bytes for resourceUri.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasResourceUri()

public boolean hasResourceUri()

The resource URI of the resource or system that manages the backend service.

optional string resource_uri = 152830395;

Returns
Type Description
boolean

Whether the resourceUri field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BackendServiceOrchestrationInfo.Builder newBuilderForType()
Returns
Type Description
BackendServiceOrchestrationInfo.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected BackendServiceOrchestrationInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BackendServiceOrchestrationInfo.Builder
Overrides

toBuilder()

public BackendServiceOrchestrationInfo.Builder toBuilder()
Returns
Type Description
BackendServiceOrchestrationInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException