public static final class SetConfigRequest.Builder extends GeneratedMessage.Builder<SetConfigRequest.Builder> implements SetConfigRequestOrBuilderRequest message for SetConfig.
Protobuf type google.cloud.datacatalog.v1.SetConfigRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SetConfigRequest.BuilderImplements
SetConfigRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SetConfigRequest build()| Returns | |
|---|---|
| Type | Description |
SetConfigRequest |
|
buildPartial()
public SetConfigRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SetConfigRequest |
|
clear()
public SetConfigRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
|
clearCatalogUiExperience()
public SetConfigRequest.Builder clearCatalogUiExperience()Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
This builder for chaining. |
clearConfiguration()
public SetConfigRequest.Builder clearConfiguration()| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
|
clearName()
public SetConfigRequest.Builder clearName()Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
This builder for chaining. |
clearTagTemplateMigration()
public SetConfigRequest.Builder clearTagTemplateMigration()Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
This builder for chaining. |
getCatalogUiExperience()
public CatalogUIExperience getCatalogUiExperience()Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;
| Returns | |
|---|---|
| Type | Description |
CatalogUIExperience |
The catalogUiExperience. |
getCatalogUiExperienceValue()
public int getCatalogUiExperienceValue()Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for catalogUiExperience. |
getConfigurationCase()
public SetConfigRequest.ConfigurationCase getConfigurationCase()| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.ConfigurationCase |
|
getDefaultInstanceForType()
public SetConfigRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SetConfigRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getTagTemplateMigration()
public TagTemplateMigration getTagTemplateMigration()Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;
| Returns | |
|---|---|
| Type | Description |
TagTemplateMigration |
The tagTemplateMigration. |
getTagTemplateMigrationValue()
public int getTagTemplateMigrationValue()Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for tagTemplateMigration. |
hasCatalogUiExperience()
public boolean hasCatalogUiExperience()Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the catalogUiExperience field is set. |
hasTagTemplateMigration()
public boolean hasTagTemplateMigration()Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tagTemplateMigration field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SetConfigRequest other)
public SetConfigRequest.Builder mergeFrom(SetConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SetConfigRequest |
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SetConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SetConfigRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
|
setCatalogUiExperience(CatalogUIExperience value)
public SetConfigRequest.Builder setCatalogUiExperience(CatalogUIExperience value)Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
CatalogUIExperienceThe catalogUiExperience to set. |
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
This builder for chaining. |
setCatalogUiExperienceValue(int value)
public SetConfigRequest.Builder setCatalogUiExperienceValue(int value)Opt-in status for the UI switch to Dataplex.
.google.cloud.datacatalog.v1.CatalogUIExperience catalog_ui_experience = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for catalogUiExperience to set. |
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
This builder for chaining. |
setName(String value)
public SetConfigRequest.Builder setName(String value)Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public SetConfigRequest.Builder setNameBytes(ByteString value)Required. The organization or project whose config is being specified.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
This builder for chaining. |
setTagTemplateMigration(TagTemplateMigration value)
public SetConfigRequest.Builder setTagTemplateMigration(TagTemplateMigration value)Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
TagTemplateMigrationThe tagTemplateMigration to set. |
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
This builder for chaining. |
setTagTemplateMigrationValue(int value)
public SetConfigRequest.Builder setTagTemplateMigrationValue(int value)Opt-in status for the migration of Tag Templates to Dataplex.
.google.cloud.datacatalog.v1.TagTemplateMigration tag_template_migration = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for tagTemplateMigration to set. |
| Returns | |
|---|---|
| Type | Description |
SetConfigRequest.Builder |
This builder for chaining. |