Class ListCloudPubSubSourcesResponse
ListCloudPubSubSourcesResponse is a list of CloudPubSubSource resources.
Inheritance
System.Object
ListCloudPubSubSourcesResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class ListCloudPubSubSourcesResponse : IDirectResponseSchema
Properties
ApiVersion
The API version for this call such as "events.cloud.google.com/v1alpha1".
Declaration
[JsonProperty("apiVersion")]
public virtual string ApiVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Items
List of CloudPubSubSources.
Declaration
[JsonProperty("items")]
public virtual IList<CloudPubSubSource> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<CloudPubSubSource> |
Kind
The kind of this resource, in this case "CloudPubSubSourceList".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Metadata
Metadata associated with this CloudPubSubSource list.
Declaration
[JsonProperty("metadata")]
public virtual ListMeta Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| ListMeta |
Unreachable
Locations that could not be reached.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |