Class BatchGetServicesResponse (1.2.0)

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

Response message for the BatchGetServices method.

Inheritance

Object > BatchGetServicesResponse

Namespace

Google.Cloud.ServiceUsage.V1

Assembly

Google.Cloud.ServiceUsage.V1.dll

Constructors

BatchGetServicesResponse()

public BatchGetServicesResponse()

BatchGetServicesResponse(BatchGetServicesResponse)

public BatchGetServicesResponse(BatchGetServicesResponse other)
Parameter
Name Description
other BatchGetServicesResponse

Properties

Services

public RepeatedField<Service> Services { get; }

The requested Service states.

Property Value
Type Description
RepeatedField<Service>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.