public sealed class ListNamespacesResponse : IMessage<ListNamespacesResponse>, IEquatable<ListNamespacesResponse>, IDeepCloneable<ListNamespacesResponse>, IBufferMessage, IMessage, IPageResponse<Namespace>, IEnumerable<Namespace>, IEnumerableThe response message for [RegistrationService.ListNamespaces][google.cloud.servicedirectory.v1.RegistrationService.ListNamespaces].
Inheritance
System.Object > ListNamespacesResponseImplements
Google.Protobuf.IMessage<ListNamespacesResponse>, System.IEquatable<ListNamespacesResponse>, Google.Protobuf.IDeepCloneable<ListNamespacesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Namespace>, System.Collections.Generic.IEnumerable<Namespace>, System.Collections.IEnumerableNamespace
Google.Cloud.ServiceDirectory.V1Assembly
Google.Cloud.ServiceDirectory.V1.dll
Constructors
ListNamespacesResponse()
public ListNamespacesResponse()ListNamespacesResponse(ListNamespacesResponse)
public ListNamespacesResponse(ListNamespacesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNamespacesResponse |
Properties
Namespaces
public RepeatedField<Namespace> Namespaces { get; }The list of namespaces.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.Collections.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 | |
|---|---|
| Type | Description |
System.String |
|
Methods
GetEnumerator()
public IEnumerator<Namespace> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
System.Collections.Generic.IEnumerator<Namespace> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
System.Collections.IEnumerator |
|