public sealed class CreateAppProfileRequest : IMessage<CreateAppProfileRequest>, IEquatable<CreateAppProfileRequest>, IDeepCloneable<CreateAppProfileRequest>, IBufferMessage, IMessageRequest message for BigtableInstanceAdmin.CreateAppProfile.
Implements
IMessage<CreateAppProfileRequest>, IEquatable<CreateAppProfileRequest>, IDeepCloneable<CreateAppProfileRequest>, 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 |
Boolean |
|
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; }Google.Cloud.Bigtable.Common.V2.InstanceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
Google.Cloud.Bigtable.Common.V2.InstanceName |
|