Send feedback
Class ResourceBundleDeploymentInfo (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class ResourceBundleDeploymentInfo extends GeneratedMessageV3 implements ResourceBundleDeploymentInfoOrBuilder
ResourceBundleDeploymentInfo represents the status of a resource bundle
deployment.
Protobuf type google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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 ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ResourceBundleDeploymentInfo . Builder newBuilder ()
newBuilder(ResourceBundleDeploymentInfo prototype)
public static ResourceBundleDeploymentInfo . Builder newBuilder ( ResourceBundleDeploymentInfo prototype )
public static ResourceBundleDeploymentInfo parseDelimitedFrom ( InputStream input )
public static ResourceBundleDeploymentInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ResourceBundleDeploymentInfo parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResourceBundleDeploymentInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ResourceBundleDeploymentInfo parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourceBundleDeploymentInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ResourceBundleDeploymentInfo parseFrom ( CodedInputStream input )
public static ResourceBundleDeploymentInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ResourceBundleDeploymentInfo parseFrom ( InputStream input )
public static ResourceBundleDeploymentInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ResourceBundleDeploymentInfo parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResourceBundleDeploymentInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ResourceBundleDeploymentInfo> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ResourceBundleDeploymentInfo getDefaultInstanceForType ()
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];
getParserForType()
public Parser<ResourceBundleDeploymentInfo> getParserForType ()
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];
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()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ResourceBundleDeploymentInfo . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResourceBundleDeploymentInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ResourceBundleDeploymentInfo . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]