publicfinalclass DataSourceReferenceextendsGeneratedMessageV3implementsDataSourceReferenceOrBuilder
DataSourceReference is a reference to a DataSource resource.
Protobuf type google.cloud.backupdr.v1.DataSourceReference
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
CREATE_TIME_FIELD_NUMBER
publicstaticfinalintCREATE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DATA_SOURCE_BACKUP_CONFIG_INFO_FIELD_NUMBER
publicstaticfinalintDATA_SOURCE_BACKUP_CONFIG_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DATA_SOURCE_BACKUP_CONFIG_STATE_FIELD_NUMBER
publicstaticfinalintDATA_SOURCE_BACKUP_CONFIG_STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DATA_SOURCE_BACKUP_COUNT_FIELD_NUMBER
publicstaticfinalintDATA_SOURCE_BACKUP_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DATA_SOURCE_FIELD_NUMBER
publicstaticfinalintDATA_SOURCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DATA_SOURCE_GCP_RESOURCE_INFO_FIELD_NUMBER
publicstaticfinalintDATA_SOURCE_GCP_RESOURCE_INFO_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NAME_FIELD_NUMBER
publicstaticfinalintNAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticDataSourceReferencegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticDataSourceReference.BuildernewBuilder()
newBuilder(DataSourceReference prototype)
publicstaticDataSourceReference.BuildernewBuilder(DataSourceReferenceprototype)
publicstaticDataSourceReferenceparseDelimitedFrom(InputStreaminput)
publicstaticDataSourceReferenceparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticDataSourceReferenceparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticDataSourceReferenceparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticDataSourceReferenceparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticDataSourceReferenceparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticDataSourceReferenceparseFrom(CodedInputStreaminput)
publicstaticDataSourceReferenceparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticDataSourceReferenceparseFrom(InputStreaminput)
publicstaticDataSourceReferenceparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticDataSourceReferenceparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticDataSourceReferenceparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<DataSourceReference>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCreateTime()
publicTimestampgetCreateTime()
Output only. The time when the DataSourceReference was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The createTime.
|
getCreateTimeOrBuilder()
publicTimestampOrBuildergetCreateTimeOrBuilder()
Output only. The time when the DataSourceReference was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDataSource()
publicStringgetDataSource()
Output only. The resource name of the DataSource.
Format:
projects/{project}/locations/{location}/backupVaults/{backupVault}/dataSources/{dataSource}
string data_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The dataSource.
|
getDataSourceBackupConfigInfo()
publicDataSourceBackupConfigInfogetDataSourceBackupConfigInfo()
Output only. Information of backup configuration on the DataSource.
.google.cloud.backupdr.v1.DataSourceBackupConfigInfo data_source_backup_config_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDataSourceBackupConfigInfoOrBuilder()
publicDataSourceBackupConfigInfoOrBuildergetDataSourceBackupConfigInfoOrBuilder()
Output only. Information of backup configuration on the DataSource.
.google.cloud.backupdr.v1.DataSourceBackupConfigInfo data_source_backup_config_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDataSourceBackupConfigState()
publicBackupConfigStategetDataSourceBackupConfigState()
Output only. The backup configuration state of the DataSource.
.google.cloud.backupdr.v1.BackupConfigState data_source_backup_config_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDataSourceBackupConfigStateValue()
publicintgetDataSourceBackupConfigStateValue()
Output only. The backup configuration state of the DataSource.
.google.cloud.backupdr.v1.BackupConfigState data_source_backup_config_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for dataSourceBackupConfigState.
|
getDataSourceBackupCount()
publiclonggetDataSourceBackupCount()
Output only. Number of backups in the DataSource.
int64 data_source_backup_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The dataSourceBackupCount.
|
getDataSourceBytes()
publicByteStringgetDataSourceBytes()
Output only. The resource name of the DataSource.
Format:
projects/{project}/locations/{location}/backupVaults/{backupVault}/dataSources/{dataSource}
string data_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for dataSource.
|
getDataSourceGcpResourceInfo()
publicDataSourceGcpResourceInfogetDataSourceGcpResourceInfo()
Output only. The GCP resource that the DataSource is associated with.
.google.cloud.backupdr.v1.DataSourceGcpResourceInfo data_source_gcp_resource_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDataSourceGcpResourceInfoOrBuilder()
publicDataSourceGcpResourceInfoOrBuildergetDataSourceGcpResourceInfoOrBuilder()
Output only. The GCP resource that the DataSource is associated with.
.google.cloud.backupdr.v1.DataSourceGcpResourceInfo data_source_gcp_resource_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
publicDataSourceReferencegetDefaultInstanceForType()
getName()
Identifier. The resource name of the DataSourceReference.
Format:
projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
publicByteStringgetNameBytes()
Identifier. The resource name of the DataSourceReference.
Format:
projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
publicParser<DataSourceReference>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasCreateTime()
publicbooleanhasCreateTime()
Output only. The time when the DataSourceReference was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the createTime field is set.
|
hasDataSourceBackupConfigInfo()
publicbooleanhasDataSourceBackupConfigInfo()
Output only. Information of backup configuration on the DataSource.
.google.cloud.backupdr.v1.DataSourceBackupConfigInfo data_source_backup_config_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the dataSourceBackupConfigInfo field is set.
|
hasDataSourceGcpResourceInfo()
publicbooleanhasDataSourceGcpResourceInfo()
Output only. The GCP resource that the DataSource is associated with.
.google.cloud.backupdr.v1.DataSourceGcpResourceInfo data_source_gcp_resource_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the dataSourceGcpResourceInfo field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicDataSourceReference.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedDataSourceReference.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicDataSourceReference.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides