Developer Connect v1 API - Class AppHubService (1.0.0-beta04)

public sealed class AppHubService : IMessage<AppHubService>, IEquatable<AppHubService>, IDeepCloneable<AppHubService>, IBufferMessage, IMessage

Reference documentation and code samples for the Developer Connect v1 API class AppHubService.

AppHubService represents the App Hub Service.

Inheritance

object > AppHubService

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

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