Class MigratableResource.Builder (3.42.0)

public static final class MigratableResource.Builder extends GeneratedMessageV3.Builder<MigratableResource.Builder> implements MigratableResourceOrBuilder

Represents one resource that exists in automl.googleapis.com, datalabeling.googleapis.com or ml.googleapis.com.

Protobuf type google.cloud.aiplatform.v1.MigratableResource

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public MigratableResource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MigratableResource.Builder
Overrides

build()

public MigratableResource build()
Returns
TypeDescription
MigratableResource

buildPartial()

public MigratableResource buildPartial()
Returns
TypeDescription
MigratableResource

clear()

public MigratableResource.Builder clear()
Returns
TypeDescription
MigratableResource.Builder
Overrides

clearAutomlDataset()

public MigratableResource.Builder clearAutomlDataset()

Output only. Represents one Dataset in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.Builder

clearAutomlModel()

public MigratableResource.Builder clearAutomlModel()

Output only. Represents one Model in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.Builder

clearDataLabelingDataset()

public MigratableResource.Builder clearDataLabelingDataset()

Output only. Represents one Dataset in datalabeling.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.Builder

clearField(Descriptors.FieldDescriptor field)

public MigratableResource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
MigratableResource.Builder
Overrides

clearLastMigrateTime()

public MigratableResource.Builder clearLastMigrateTime()

Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.

.google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.Builder

clearLastUpdateTime()

public MigratableResource.Builder clearLastUpdateTime()

Output only. Timestamp when this MigratableResource was last updated.

.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.Builder

clearMlEngineModelVersion()

public MigratableResource.Builder clearMlEngineModelVersion()

Output only. Represents one Version in ml.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public MigratableResource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
MigratableResource.Builder
Overrides

clearResource()

public MigratableResource.Builder clearResource()
Returns
TypeDescription
MigratableResource.Builder

clone()

public MigratableResource.Builder clone()
Returns
TypeDescription
MigratableResource.Builder
Overrides

getAutomlDataset()

public MigratableResource.AutomlDataset getAutomlDataset()

Output only. Represents one Dataset in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.AutomlDataset

The automlDataset.

getAutomlDatasetBuilder()

public MigratableResource.AutomlDataset.Builder getAutomlDatasetBuilder()

Output only. Represents one Dataset in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.AutomlDataset.Builder

getAutomlDatasetOrBuilder()

public MigratableResource.AutomlDatasetOrBuilder getAutomlDatasetOrBuilder()

Output only. Represents one Dataset in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.AutomlDatasetOrBuilder

getAutomlModel()

public MigratableResource.AutomlModel getAutomlModel()

Output only. Represents one Model in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.AutomlModel

The automlModel.

getAutomlModelBuilder()

public MigratableResource.AutomlModel.Builder getAutomlModelBuilder()

Output only. Represents one Model in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.AutomlModel.Builder

getAutomlModelOrBuilder()

public MigratableResource.AutomlModelOrBuilder getAutomlModelOrBuilder()

Output only. Represents one Model in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.AutomlModelOrBuilder

getDataLabelingDataset()

public MigratableResource.DataLabelingDataset getDataLabelingDataset()

Output only. Represents one Dataset in datalabeling.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.DataLabelingDataset

The dataLabelingDataset.

getDataLabelingDatasetBuilder()

public MigratableResource.DataLabelingDataset.Builder getDataLabelingDatasetBuilder()

Output only. Represents one Dataset in datalabeling.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.DataLabelingDataset.Builder

getDataLabelingDatasetOrBuilder()

public MigratableResource.DataLabelingDatasetOrBuilder getDataLabelingDatasetOrBuilder()

Output only. Represents one Dataset in datalabeling.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.DataLabelingDatasetOrBuilder

getDefaultInstanceForType()

public MigratableResource getDefaultInstanceForType()
Returns
TypeDescription
MigratableResource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getLastMigrateTime()

public Timestamp getLastMigrateTime()

Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.

.google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The lastMigrateTime.

getLastMigrateTimeBuilder()

public Timestamp.Builder getLastMigrateTimeBuilder()

Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.

.google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getLastMigrateTimeOrBuilder()

public TimestampOrBuilder getLastMigrateTimeOrBuilder()

Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.

.google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getLastUpdateTime()

public Timestamp getLastUpdateTime()

Output only. Timestamp when this MigratableResource was last updated.

.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The lastUpdateTime.

getLastUpdateTimeBuilder()

public Timestamp.Builder getLastUpdateTimeBuilder()

Output only. Timestamp when this MigratableResource was last updated.

.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getLastUpdateTimeOrBuilder()

public TimestampOrBuilder getLastUpdateTimeOrBuilder()

Output only. Timestamp when this MigratableResource was last updated.

.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getMlEngineModelVersion()

public MigratableResource.MlEngineModelVersion getMlEngineModelVersion()

Output only. Represents one Version in ml.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.MlEngineModelVersion

The mlEngineModelVersion.

getMlEngineModelVersionBuilder()

public MigratableResource.MlEngineModelVersion.Builder getMlEngineModelVersionBuilder()

Output only. Represents one Version in ml.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.MlEngineModelVersion.Builder

getMlEngineModelVersionOrBuilder()

public MigratableResource.MlEngineModelVersionOrBuilder getMlEngineModelVersionOrBuilder()

Output only. Represents one Version in ml.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigratableResource.MlEngineModelVersionOrBuilder

getResourceCase()

public MigratableResource.ResourceCase getResourceCase()
Returns
TypeDescription
MigratableResource.ResourceCase

hasAutomlDataset()

public boolean hasAutomlDataset()

Output only. Represents one Dataset in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the automlDataset field is set.

hasAutomlModel()

public boolean hasAutomlModel()

Output only. Represents one Model in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the automlModel field is set.

hasDataLabelingDataset()

public boolean hasDataLabelingDataset()

Output only. Represents one Dataset in datalabeling.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the dataLabelingDataset field is set.

hasLastMigrateTime()

public boolean hasLastMigrateTime()

Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.

.google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the lastMigrateTime field is set.

hasLastUpdateTime()

public boolean hasLastUpdateTime()

Output only. Timestamp when this MigratableResource was last updated.

.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the lastUpdateTime field is set.

hasMlEngineModelVersion()

public boolean hasMlEngineModelVersion()

Output only. Represents one Version in ml.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the mlEngineModelVersion field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAutomlDataset(MigratableResource.AutomlDataset value)

public MigratableResource.Builder mergeAutomlDataset(MigratableResource.AutomlDataset value)

Output only. Represents one Dataset in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueMigratableResource.AutomlDataset
Returns
TypeDescription
MigratableResource.Builder

mergeAutomlModel(MigratableResource.AutomlModel value)

public MigratableResource.Builder mergeAutomlModel(MigratableResource.AutomlModel value)

Output only. Represents one Model in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueMigratableResource.AutomlModel
Returns
TypeDescription
MigratableResource.Builder

mergeDataLabelingDataset(MigratableResource.DataLabelingDataset value)

public MigratableResource.Builder mergeDataLabelingDataset(MigratableResource.DataLabelingDataset value)

Output only. Represents one Dataset in datalabeling.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueMigratableResource.DataLabelingDataset
Returns
TypeDescription
MigratableResource.Builder

mergeFrom(MigratableResource other)

public MigratableResource.Builder mergeFrom(MigratableResource other)
Parameter
NameDescription
otherMigratableResource
Returns
TypeDescription
MigratableResource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MigratableResource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MigratableResource.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public MigratableResource.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
MigratableResource.Builder
Overrides

mergeLastMigrateTime(Timestamp value)

public MigratableResource.Builder mergeLastMigrateTime(Timestamp value)

Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.

.google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
MigratableResource.Builder

mergeLastUpdateTime(Timestamp value)

public MigratableResource.Builder mergeLastUpdateTime(Timestamp value)

Output only. Timestamp when this MigratableResource was last updated.

.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
MigratableResource.Builder

mergeMlEngineModelVersion(MigratableResource.MlEngineModelVersion value)

public MigratableResource.Builder mergeMlEngineModelVersion(MigratableResource.MlEngineModelVersion value)

Output only. Represents one Version in ml.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueMigratableResource.MlEngineModelVersion
Returns
TypeDescription
MigratableResource.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MigratableResource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MigratableResource.Builder
Overrides

setAutomlDataset(MigratableResource.AutomlDataset value)

public MigratableResource.Builder setAutomlDataset(MigratableResource.AutomlDataset value)

Output only. Represents one Dataset in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueMigratableResource.AutomlDataset
Returns
TypeDescription
MigratableResource.Builder

setAutomlDataset(MigratableResource.AutomlDataset.Builder builderForValue)

public MigratableResource.Builder setAutomlDataset(MigratableResource.AutomlDataset.Builder builderForValue)

Output only. Represents one Dataset in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueMigratableResource.AutomlDataset.Builder
Returns
TypeDescription
MigratableResource.Builder

setAutomlModel(MigratableResource.AutomlModel value)

public MigratableResource.Builder setAutomlModel(MigratableResource.AutomlModel value)

Output only. Represents one Model in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueMigratableResource.AutomlModel
Returns
TypeDescription
MigratableResource.Builder

setAutomlModel(MigratableResource.AutomlModel.Builder builderForValue)

public MigratableResource.Builder setAutomlModel(MigratableResource.AutomlModel.Builder builderForValue)

Output only. Represents one Model in automl.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueMigratableResource.AutomlModel.Builder
Returns
TypeDescription
MigratableResource.Builder

setDataLabelingDataset(MigratableResource.DataLabelingDataset value)

public MigratableResource.Builder setDataLabelingDataset(MigratableResource.DataLabelingDataset value)

Output only. Represents one Dataset in datalabeling.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueMigratableResource.DataLabelingDataset
Returns
TypeDescription
MigratableResource.Builder

setDataLabelingDataset(MigratableResource.DataLabelingDataset.Builder builderForValue)

public MigratableResource.Builder setDataLabelingDataset(MigratableResource.DataLabelingDataset.Builder builderForValue)

Output only. Represents one Dataset in datalabeling.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueMigratableResource.DataLabelingDataset.Builder
Returns
TypeDescription
MigratableResource.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public MigratableResource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
MigratableResource.Builder
Overrides

setLastMigrateTime(Timestamp value)

public MigratableResource.Builder setLastMigrateTime(Timestamp value)

Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.

.google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
MigratableResource.Builder

setLastMigrateTime(Timestamp.Builder builderForValue)

public MigratableResource.Builder setLastMigrateTime(Timestamp.Builder builderForValue)

Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.

.google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
MigratableResource.Builder

setLastUpdateTime(Timestamp value)

public MigratableResource.Builder setLastUpdateTime(Timestamp value)

Output only. Timestamp when this MigratableResource was last updated.

.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
MigratableResource.Builder

setLastUpdateTime(Timestamp.Builder builderForValue)

public MigratableResource.Builder setLastUpdateTime(Timestamp.Builder builderForValue)

Output only. Timestamp when this MigratableResource was last updated.

.google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
MigratableResource.Builder

setMlEngineModelVersion(MigratableResource.MlEngineModelVersion value)

public MigratableResource.Builder setMlEngineModelVersion(MigratableResource.MlEngineModelVersion value)

Output only. Represents one Version in ml.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueMigratableResource.MlEngineModelVersion
Returns
TypeDescription
MigratableResource.Builder

setMlEngineModelVersion(MigratableResource.MlEngineModelVersion.Builder builderForValue)

public MigratableResource.Builder setMlEngineModelVersion(MigratableResource.MlEngineModelVersion.Builder builderForValue)

Output only. Represents one Version in ml.googleapis.com.

.google.cloud.aiplatform.v1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueMigratableResource.MlEngineModelVersion.Builder
Returns
TypeDescription
MigratableResource.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public MigratableResource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
MigratableResource.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final MigratableResource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
MigratableResource.Builder
Overrides