Interface SetInternalStatusRequestOrBuilder (0.10.0)

public interface SetInternalStatusRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackupConfigState()

public abstract BackupConfigState getBackupConfigState()

Required. Output only. The new BackupConfigState to set for the DataSource.

.google.cloud.backupdr.v1.BackupConfigState backup_config_state = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
BackupConfigState

The backupConfigState.

getBackupConfigStateValue()

public abstract int getBackupConfigStateValue()

Required. Output only. The new BackupConfigState to set for the DataSource.

.google.cloud.backupdr.v1.BackupConfigState backup_config_state = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for backupConfigState.

getDataSource()

public abstract String getDataSource()

Required. The resource name of the instance, in the format 'projects/*/locations/*/backupVaults/*/dataSources/'.

string data_source = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The dataSource.

getDataSourceBytes()

public abstract ByteString getDataSourceBytes()

Required. The resource name of the instance, in the format 'projects/*/locations/*/backupVaults/*/dataSources/'.

string data_source = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for dataSource.

getRequestId()

public abstract String getRequestId()

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
String

The requestId.

getRequestIdBytes()

public abstract ByteString getRequestIdBytes()

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for requestId.

getValue()

public abstract ByteString getValue()

Required. The value required for this method to work. This field must be the 32-byte SHA256 hash of the DataSourceID. The DataSourceID used here is only the final piece of the fully qualified resource path for this DataSource (i.e. the part after '.../dataSources/'). This field exists to make this method difficult to call since it is intended for use only by Backup Appliances.

bytes value = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The value.