Class ResourceBundleDeploymentInfo (0.1.0)

public final class ResourceBundleDeploymentInfo extends GeneratedMessageV3 implements ResourceBundleDeploymentInfoOrBuilder

ResourceBundleDeploymentInfo represents the status of a resource bundle deployment.

Protobuf type google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo

Static Fields

MESSAGES_FIELD_NUMBER

public static final int MESSAGES_FIELD_NUMBER
Field Value
Type Description
int

RELEASE_FIELD_NUMBER

public static final int RELEASE_FIELD_NUMBER
Field Value
Type Description
int

SYNC_STATE_FIELD_NUMBER

public static final int SYNC_STATE_FIELD_NUMBER
Field Value
Type Description
int

VARIANT_FIELD_NUMBER

public static final int VARIANT_FIELD_NUMBER
Field Value
Type Description
int

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ResourceBundleDeploymentInfo getDefaultInstance()
Returns
Type Description
ResourceBundleDeploymentInfo

getDescriptor()

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

newBuilder()

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

newBuilder(ResourceBundleDeploymentInfo prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ResourceBundleDeploymentInfo getDefaultInstanceForType()
Returns
Type Description
ResourceBundleDeploymentInfo

getMessages(int index)

public String getMessages(int index)

Output only. Unordered list. Messages contains information related to the ResourceBundle deployment. For example, in case of an error, indicate the reason for the error. In case of a pending deployment, reason for why the deployment of new release is pending.

repeated string messages = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The messages at the given index.

getMessagesBytes(int index)

public ByteString getMessagesBytes(int index)

Output only. Unordered list. Messages contains information related to the ResourceBundle deployment. For example, in case of an error, indicate the reason for the error. In case of a pending deployment, reason for why the deployment of new release is pending.

repeated string messages = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the messages at the given index.

getMessagesCount()

public int getMessagesCount()

Output only. Unordered list. Messages contains information related to the ResourceBundle deployment. For example, in case of an error, indicate the reason for the error. In case of a pending deployment, reason for why the deployment of new release is pending.

repeated string messages = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
int

The count of messages.

getMessagesList()

public ProtocolStringList getMessagesList()

Output only. Unordered list. Messages contains information related to the ResourceBundle deployment. For example, in case of an error, indicate the reason for the error. In case of a pending deployment, reason for why the deployment of new release is pending.

repeated string messages = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
ProtocolStringList

A list containing the messages.

getParserForType()

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

getRelease()

public String getRelease()

Output only. Refers to a ResourceBundle release.

string release = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The release.

getReleaseBytes()

public ByteString getReleaseBytes()

Output only. Refers to a ResourceBundle release.

string release = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for release.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSyncState()

public ResourceBundleDeploymentInfo.SyncState getSyncState()

Output only. Synchronization state of the ResourceBundle deployment.

.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo.SyncState sync_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ResourceBundleDeploymentInfo.SyncState

The syncState.

getSyncStateValue()

public int getSyncStateValue()

Output only. Synchronization state of the ResourceBundle deployment.

.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo.SyncState sync_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for syncState.

getVariant()

public String getVariant()

Output only. Refers to a variant in a ResourceBundle release.

string variant = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The variant.

getVariantBytes()

public ByteString getVariantBytes()

Output only. Refers to a variant in a ResourceBundle release.

string variant = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for variant.

getVersion()

public String getVersion()

Output only. Refers to a version of the ResourceBundle release.

string version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

Output only. Refers to a version of the ResourceBundle release.

string version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for version.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ResourceBundleDeploymentInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ResourceBundleDeploymentInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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