Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::CreateAppProfileRequest.
Request message for BigtableInstanceAdmin.CreateAppProfile.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_profile
def app_profile() -> ::Google::Cloud::Bigtable::Admin::V2::AppProfile
Returns
-
(::Google::Cloud::Bigtable::Admin::V2::AppProfile) — Required. The app profile to be created.
Fields marked
OutputOnly
will be ignored.
#app_profile=
def app_profile=(value) -> ::Google::Cloud::Bigtable::Admin::V2::AppProfile
Parameter
-
value (::Google::Cloud::Bigtable::Admin::V2::AppProfile) — Required. The app profile to be created.
Fields marked
OutputOnly
will be ignored.
Returns
-
(::Google::Cloud::Bigtable::Admin::V2::AppProfile) — Required. The app profile to be created.
Fields marked
OutputOnly
will be ignored.
#app_profile_id
def app_profile_id() -> ::String
Returns
-
(::String) — Required. The ID to be used when referring to the new app profile within its
instance, e.g., just
myprofile
rather thanprojects/myproject/instances/myinstance/appProfiles/myprofile
.
#app_profile_id=
def app_profile_id=(value) -> ::String
Parameter
-
value (::String) — Required. The ID to be used when referring to the new app profile within its
instance, e.g., just
myprofile
rather thanprojects/myproject/instances/myinstance/appProfiles/myprofile
.
Returns
-
(::String) — Required. The ID to be used when referring to the new app profile within its
instance, e.g., just
myprofile
rather thanprojects/myproject/instances/myinstance/appProfiles/myprofile
.
#ignore_warnings
def ignore_warnings() -> ::Boolean
Returns
- (::Boolean) — If true, ignore safety checks when creating the app profile.
#ignore_warnings=
def ignore_warnings=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, ignore safety checks when creating the app profile.
Returns
- (::Boolean) — If true, ignore safety checks when creating the app profile.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The unique name of the instance in which to create the new app profile.
Values are of the form
projects/{project}/instances/{instance}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The unique name of the instance in which to create the new app profile.
Values are of the form
projects/{project}/instances/{instance}
.
Returns
-
(::String) — Required. The unique name of the instance in which to create the new app profile.
Values are of the form
projects/{project}/instances/{instance}
.