Class: Google::Cloud::Bigtable::Admin::V2::CreateAppProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::CreateAppProfileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
Request message for BigtableInstanceAdmin.CreateAppProfile.
Instance Attribute Summary collapse
-
#app_profile ⇒ ::Google::Cloud::Bigtable::Admin::V2::AppProfile
Required.
-
#app_profile_id ⇒ ::String
Required.
-
#ignore_warnings ⇒ ::Boolean
If true, ignore safety checks when creating the app profile.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#app_profile ⇒ ::Google::Cloud::Bigtable::Admin::V2::AppProfile
Returns Required. The app profile to be created.
Fields marked OutputOnly
will be ignored.
358 359 360 361 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 358 class CreateAppProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#app_profile_id ⇒ ::String
Returns Required. The ID to be used when referring to the new app profile within
its instance, e.g., just myprofile
rather than
projects/myproject/instances/myinstance/appProfiles/myprofile
.
358 359 360 361 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 358 class CreateAppProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ignore_warnings ⇒ ::Boolean
Returns If true, ignore safety checks when creating the app profile.
358 359 360 361 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 358 class CreateAppProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The unique name of the instance in which to create the new app
profile. Values are of the form projects/{project}/instances/{instance}
.
358 359 360 361 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 358 class CreateAppProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |