public sealed class CreateAppProfileRequest : IMessage<CreateAppProfileRequest>, IEquatable<CreateAppProfileRequest>, IDeepCloneable<CreateAppProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateAppProfileRequest.
Request message for BigtableInstanceAdmin.CreateAppProfile.
Implements
IMessageCreateAppProfileRequest, IEquatableCreateAppProfileRequest, IDeepCloneableCreateAppProfileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
CreateAppProfileRequest()
public CreateAppProfileRequest()
CreateAppProfileRequest(CreateAppProfileRequest)
public CreateAppProfileRequest(CreateAppProfileRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateAppProfileRequest |
Properties
AppProfile
public AppProfile AppProfile { get; set; }
Required. The app profile to be created.
Fields marked OutputOnly
will be ignored.
Property Value | |
---|---|
Type | Description |
AppProfile |
AppProfileId
public string AppProfileId { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
string |
IgnoreWarnings
public bool IgnoreWarnings { get; set; }
If true, ignore safety checks when creating the app profile.
Property Value | |
---|---|
Type | Description |
bool |
Parent
public string Parent { get; set; }
Required. The unique name of the instance in which to create the new app
profile. Values are of the form projects/{project}/instances/{instance}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }
InstanceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
InstanceName |