public sealed class ListCompaniesResponse : IMessage<ListCompaniesResponse>, IEquatable<ListCompaniesResponse>, IDeepCloneable<ListCompaniesResponse>, IBufferMessage, IMessage, IPageResponse<Company>, IEnumerable<Company>, IEnumerable
The List companies response object.
Inheritance
System.Object > ListCompaniesResponseImplements
Google.Protobuf.IMessage<ListCompaniesResponse>, System.IEquatable<ListCompaniesResponse>, Google.Protobuf.IDeepCloneable<ListCompaniesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Company>, System.Collections.Generic.IEnumerable<Company>, System.Collections.IEnumerableNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
ListCompaniesResponse()
public ListCompaniesResponse()
ListCompaniesResponse(ListCompaniesResponse)
public ListCompaniesResponse(ListCompaniesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListCompaniesResponse |
Properties
Companies
public RepeatedField<Company> Companies { get; }
Companies for the current client.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<Company> |
Metadata
public ResponseMetadata Metadata { get; set; }
Additional information for the API invocation, such as the request tracking id.
Property Value | |
---|---|
Type | Description |
ResponseMetadata |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve the next page of results.
Property Value | |
---|---|
Type | Description |
System.String |
Methods
GetEnumerator()
public IEnumerator<Company> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
System.Collections.Generic.IEnumerator<Company> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
System.Collections.IEnumerator |