public static final class CreateCatalogRequest.Builder extends GeneratedMessageV3.Builder<CreateCatalogRequest.Builder> implements CreateCatalogRequestOrBuilder
   
   Request message for the CreateCatalog method.
 Protobuf type google.cloud.bigquery.biglake.v1alpha1.CreateCatalogRequest
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public CreateCatalogRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public CreateCatalogRequest build()
   
  
  
  buildPartial()
  
    public CreateCatalogRequest buildPartial()
   
  
  
  clear()
  
    public CreateCatalogRequest.Builder clear()
   
  
  Overrides
  
  
  clearCatalog()
  
    public CreateCatalogRequest.Builder clearCatalog()
   
   Required. The catalog to create.
 The name field does not need to be provided.
 
 .google.cloud.bigquery.biglake.v1alpha1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
 
clearCatalogId()
  
    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];
clearField(Descriptors.FieldDescriptor field)
  
    public CreateCatalogRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public CreateCatalogRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearParent()
  
    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) = { ... }
 
clone()
  
    public CreateCatalogRequest.Builder clone()
   
  
  Overrides
  
  
  getCatalog()
  
    public Catalog getCatalog()
   
   Required. The catalog to create.
 The name field does not need to be provided.
 
 .google.cloud.bigquery.biglake.v1alpha1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Catalog | The catalog. | 
    
  
  
  getCatalogBuilder()
  
    public Catalog.Builder getCatalogBuilder()
   
   Required. The catalog to create.
 The name field does not need to be provided.
 
 .google.cloud.bigquery.biglake.v1alpha1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
 
getCatalogId()
  
    public 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];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The catalogId. | 
    
  
  
  getCatalogIdBytes()
  
    public 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];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for catalogId. | 
    
  
  
  getCatalogOrBuilder()
  
    public CatalogOrBuilder getCatalogOrBuilder()
   
   Required. The catalog to create.
 The name field does not need to be provided.
 
 .google.cloud.bigquery.biglake.v1alpha1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
 
getDefaultInstanceForType()
  
    public CreateCatalogRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getParent()
  
    public 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) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The parent. | 
    
  
  
  getParentBytes()
  
    public 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) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for parent. | 
    
  
  
  hasCatalog()
  
    public boolean hasCatalog()
   
   Required. The catalog to create.
 The name field does not need to be provided.
 
 .google.cloud.bigquery.biglake.v1alpha1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the catalog field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeCatalog(Catalog value)
  
    public CreateCatalogRequest.Builder mergeCatalog(Catalog value)
   
   Required. The catalog to create.
 The name field does not need to be provided.
 
 .google.cloud.bigquery.biglake.v1alpha1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Catalog
 | 
    
  
  
  
  mergeFrom(CreateCatalogRequest other)
  
    public CreateCatalogRequest.Builder mergeFrom(CreateCatalogRequest other)
   
  
  
  
  
  
    public CreateCatalogRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public CreateCatalogRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateCatalogRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setCatalog(Catalog value)
  
    public CreateCatalogRequest.Builder setCatalog(Catalog value)
   
   Required. The catalog to create.
 The name field does not need to be provided.
 
 .google.cloud.bigquery.biglake.v1alpha1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Catalog
 | 
    
  
  
  
  setCatalog(Catalog.Builder builderForValue)
  
    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.v1alpha1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];
 
setCatalogId(String value)
  
    public 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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The catalogId to set. | 
    
  
  
  
  setCatalogIdBytes(ByteString value)
  
    public CreateCatalogRequest.Builder setCatalogIdBytes(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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for catalogId to set. | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public CreateCatalogRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setParent(String value)
  
    public 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) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The parent to set. | 
    
  
  
  
  setParentBytes(ByteString value)
  
    public CreateCatalogRequest.Builder setParentBytes(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) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for parent to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public CreateCatalogRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateCatalogRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides