Class: Google::Cloud::Metastore::V1::AlterMetadataResourceLocationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/metastore/v1/metastore.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#location_uri::String

Returns Required. The new location URI for the metadata resource.

Returns:

  • (::String)

    Required. The new location URI for the metadata resource.



1370
1371
1372
1373
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1370

class AlterMetadataResourceLocationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_name::String

Returns Required. The relative metadata resource name in the following format.

databases/{database_id} or databases/{database_id}/tables/{table_id} or databases/{database_id}/tables/{table_id}/partitions/{partition_id}.

Returns:

  • (::String)

    Required. The relative metadata resource name in the following format.

    databases/{database_id} or databases/{database_id}/tables/{table_id} or databases/{database_id}/tables/{table_id}/partitions/{partition_id}



1370
1371
1372
1373
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1370

class AlterMetadataResourceLocationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service::String

Returns Required. The relative resource name of the metastore service to mutate metadata, in the following format:

projects/{project_id}/locations/{location_id}/services/{service_id}.

Returns:

  • (::String)

    Required. The relative resource name of the metastore service to mutate metadata, in the following format:

    projects/{project_id}/locations/{location_id}/services/{service_id}.



1370
1371
1372
1373
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1370

class AlterMetadataResourceLocationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end