public final class SetConfigRequest extends com.google.protobuf.GeneratedMessageV3 implements SetConfigRequestOrBuilder
Request message for [SetConfig][google.cloud.datacatalog.v1.DataCatalog.SetConfig].Protobuf type
google.cloud.datacatalog.v1.SetConfigRequest| Modifier and Type | Class and Description |
|---|---|
static class |
SetConfigRequest.Builder
Request message for
[SetConfig][google.cloud.datacatalog.v1.DataCatalog.SetConfig].
|
static class |
SetConfigRequest.ConfigurationCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CATALOG_UI_EXPERIENCE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
TAG_TEMPLATE_MIGRATION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CatalogUIExperience |
getCatalogUiExperience()
Opt-in status for the UI switch to Dataplex.
|
int |
getCatalogUiExperienceValue()
Opt-in status for the UI switch to Dataplex.
|
SetConfigRequest.ConfigurationCase |
getConfigurationCase() |
static SetConfigRequest |
getDefaultInstance() |
SetConfigRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.Parser<SetConfigRequest> |
getParserForType() |
int |
getSerializedSize() |
TagTemplateMigration |
getTagTemplateMigration()
Opt-in status for the migration of Tag Templates to Dataplex.
|
int |
getTagTemplateMigrationValue()
Opt-in status for the migration of Tag Templates to Dataplex.
|
boolean |
hasCatalogUiExperience()
Opt-in status for the UI switch to Dataplex.
|
int |
hashCode() |
boolean |
hasTagTemplateMigration()
Opt-in status for the migration of Tag Templates to Dataplex.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SetConfigRequest.Builder |
newBuilder() |
static SetConfigRequest.Builder |
newBuilder(SetConfigRequest prototype) |
SetConfigRequest.Builder |
newBuilderForType() |
protected SetConfigRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static SetConfigRequest |
parseDelimitedFrom(InputStream input) |
static SetConfigRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetConfigRequest |
parseFrom(byte[] data) |
static SetConfigRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetConfigRequest |
parseFrom(ByteBuffer data) |
static SetConfigRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetConfigRequest |
parseFrom(com.google.protobuf.ByteString data) |
static SetConfigRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetConfigRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SetConfigRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetConfigRequest |
parseFrom(InputStream input) |
static SetConfigRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SetConfigRequest> |
parser() |
SetConfigRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int TAG_TEMPLATE_MIGRATION_FIELD_NUMBER
public static final int CATALOG_UI_EXPERIENCE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public SetConfigRequest.ConfigurationCase getConfigurationCase()
getConfigurationCase in interface SetConfigRequestOrBuilderpublic String getName()
Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];getName in interface SetConfigRequestOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];getNameBytes in interface SetConfigRequestOrBuilderpublic boolean hasTagTemplateMigration()
Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;hasTagTemplateMigration in interface SetConfigRequestOrBuilderpublic int getTagTemplateMigrationValue()
Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;getTagTemplateMigrationValue in interface SetConfigRequestOrBuilderpublic TagTemplateMigration getTagTemplateMigration()
Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;getTagTemplateMigration in interface SetConfigRequestOrBuilderpublic boolean hasCatalogUiExperience()
Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;hasCatalogUiExperience in interface SetConfigRequestOrBuilderpublic int getCatalogUiExperienceValue()
Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;getCatalogUiExperienceValue in interface SetConfigRequestOrBuilderpublic CatalogUIExperience getCatalogUiExperience()
Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;getCatalogUiExperience in interface SetConfigRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SetConfigRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SetConfigRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SetConfigRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SetConfigRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SetConfigRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SetConfigRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SetConfigRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static SetConfigRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SetConfigRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SetConfigRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SetConfigRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SetConfigRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SetConfigRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SetConfigRequest.Builder newBuilder()
public static SetConfigRequest.Builder newBuilder(SetConfigRequest prototype)
public SetConfigRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SetConfigRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SetConfigRequest getDefaultInstance()
public static com.google.protobuf.Parser<SetConfigRequest> parser()
public com.google.protobuf.Parser<SetConfigRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SetConfigRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.