public sealed class ListServicesResponse : IPageResponse<Service>, IEnumerable<Service>, IEnumerable, IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class ListServicesResponse.
Response message for [DataprocMetastore.ListServices][google.cloud.metastore.v1beta.DataprocMetastore.ListServices].
Implements
IPageResponseService, IEnumerableService, IEnumerable, IMessageListServicesResponse, IEquatableListServicesResponse, IDeepCloneableListServicesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.dll
Constructors
ListServicesResponse()
public ListServicesResponse()
ListServicesResponse(ListServicesResponse)
public ListServicesResponse(ListServicesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListServicesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token that can be sent as page_token
to retrieve the next page. If this
field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Services
public RepeatedField<Service> Services { get; }
The services in the specified location.
Property Value | |
---|---|
Type | Description |
RepeatedFieldService |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Service> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorService |