Class ListNamespacesResponse (1.0.0-beta06)

public sealed class ListNamespacesResponse : IMessage<ListNamespacesResponse>, IEquatable<ListNamespacesResponse>, IDeepCloneable<ListNamespacesResponse>, IBufferMessage, IMessage, IPageResponse<Namespace>, IEnumerable<Namespace>, IEnumerable

The response message for [RegistrationService.ListNamespaces][google.cloud.servicedirectory.v1beta1.RegistrationService.ListNamespaces].

Inheritance

Object > ListNamespacesResponse

Namespace

Google.Cloud.ServiceDirectory.V1Beta1

Assembly

Google.Cloud.ServiceDirectory.V1Beta1.dll

Constructors

ListNamespacesResponse()

public ListNamespacesResponse()

ListNamespacesResponse(ListNamespacesResponse)

public ListNamespacesResponse(ListNamespacesResponse other)
Parameter
NameDescription
otherListNamespacesResponse

Properties

Namespaces

public RepeatedField<Namespace> Namespaces { get; }

The list of namespaces.

Property Value
TypeDescription
RepeatedField<Namespace>

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Namespace> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<Namespace>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator