public sealed class ListDiscoveredServicesResponse : IPageResponse<DiscoveredService>, IEnumerable<DiscoveredService>, IEnumerable, IMessage<ListDiscoveredServicesResponse>, IEquatable<ListDiscoveredServicesResponse>, IDeepCloneable<ListDiscoveredServicesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class ListDiscoveredServicesResponse.
Response for ListDiscoveredServices.
Implements
IPageResponseDiscoveredService, IEnumerableDiscoveredService, IEnumerable, IMessageListDiscoveredServicesResponse, IEquatableListDiscoveredServicesResponse, IDeepCloneableListDiscoveredServicesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
ListDiscoveredServicesResponse()
public ListDiscoveredServicesResponse()
ListDiscoveredServicesResponse(ListDiscoveredServicesResponse)
public ListDiscoveredServicesResponse(ListDiscoveredServicesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDiscoveredServicesResponse |
Properties
DiscoveredServices
public RepeatedField<DiscoveredService> DiscoveredServices { get; }
List of Discovered Services.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDiscoveredService |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<DiscoveredService> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDiscoveredService |