public static final class CreateCatalogRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder> implements CreateCatalogRequestOrBuilder
Request message for the CreateCatalog method.Protobuf type
google.cloud.bigquery.biglake.v1.CreateCatalogRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public CreateCatalogRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public CreateCatalogRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CreateCatalogRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CreateCatalogRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CreateCatalogRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public CreateCatalogRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public CreateCatalogRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public CreateCatalogRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public CreateCatalogRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public CreateCatalogRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public CreateCatalogRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateCatalogRequest.Builder>public CreateCatalogRequest.Builder mergeFrom(CreateCatalogRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public CreateCatalogRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateCatalogRequest.Builder>IOExceptionpublic String getParent()
Required. The parent resource where this catalog will be created.
Format: projects/{project_id_or_number}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface CreateCatalogRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The parent resource where this catalog will be created.
Format: projects/{project_id_or_number}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface CreateCatalogRequestOrBuilderpublic CreateCatalogRequest.Builder setParent(String value)
Required. The parent resource where this catalog will be created.
Format: projects/{project_id_or_number}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public CreateCatalogRequest.Builder clearParent()
Required. The parent resource where this catalog will be created.
Format: projects/{project_id_or_number}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public CreateCatalogRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The parent resource where this catalog will be created.
Format: projects/{project_id_or_number}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public boolean hasCatalog()
Required. The catalog to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
hasCatalog in interface CreateCatalogRequestOrBuilderpublic Catalog getCatalog()
Required. The catalog to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
getCatalog in interface CreateCatalogRequestOrBuilderpublic CreateCatalogRequest.Builder setCatalog(Catalog value)
Required. The catalog to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateCatalogRequest.Builder setCatalog(Catalog.Builder builderForValue)
Required. The catalog to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateCatalogRequest.Builder mergeCatalog(Catalog value)
Required. The catalog to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateCatalogRequest.Builder clearCatalog()
Required. The catalog to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
public Catalog.Builder getCatalogBuilder()
Required. The catalog to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
public CatalogOrBuilder getCatalogOrBuilder()
Required. The catalog to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
getCatalogOrBuilder in interface CreateCatalogRequestOrBuilderpublic String getCatalogId()
Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
string catalog_id = 3 [(.google.api.field_behavior) = REQUIRED];getCatalogId in interface CreateCatalogRequestOrBuilderpublic com.google.protobuf.ByteString getCatalogIdBytes()
Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
string catalog_id = 3 [(.google.api.field_behavior) = REQUIRED];getCatalogIdBytes in interface CreateCatalogRequestOrBuilderpublic CreateCatalogRequest.Builder setCatalogId(String value)
Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
string catalog_id = 3 [(.google.api.field_behavior) = REQUIRED];value - The catalogId to set.public CreateCatalogRequest.Builder clearCatalogId()
Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
string catalog_id = 3 [(.google.api.field_behavior) = REQUIRED];public CreateCatalogRequest.Builder setCatalogIdBytes(com.google.protobuf.ByteString value)
Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.
string catalog_id = 3 [(.google.api.field_behavior) = REQUIRED];value - The bytes for catalogId to set.public final CreateCatalogRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>public final CreateCatalogRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateCatalogRequest.Builder>Copyright © 2023 Google LLC. All rights reserved.