Interface ResourceBundleDeploymentInfoOrBuilder (0.1.0)

public interface ResourceBundleDeploymentInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMessages(int index)

public abstract 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 abstract 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 abstract 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 abstract List<String> 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
List<String>

A list containing the messages.

getRelease()

public abstract 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 abstract 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.

getSyncState()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.