public sealed class AppHubService : IMessage<AppHubService>, IEquatable<AppHubService>, IDeepCloneable<AppHubService>, IBufferMessage, IMessageReference documentation and code samples for the Developer Connect v1 API class AppHubService.
AppHubService represents the App Hub Service.
Implements
IMessageAppHubService, IEquatableAppHubService, IDeepCloneableAppHubService, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
AppHubService()
public AppHubService()AppHubService(AppHubService)
public AppHubService(AppHubService other)| Parameter | |
|---|---|
| Name | Description |
other |
AppHubService |
Properties
ApphubService
public string ApphubService { get; set; }Required. Output only. Immutable. The name of the App Hub Service.
Format:
projects/{project}/locations/{location}/applications/{application}/services/{service}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Criticality
public string Criticality { get; set; }Output only. The criticality of the App Hub Service.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Environment
public string Environment { get; set; }Output only. The environment of the App Hub Service.
| Property Value | |
|---|---|
| Type | Description |
string |
|