public sealed class ListPublicBlueprintsRequest : IMessage<ListPublicBlueprintsRequest>, IEquatable<ListPublicBlueprintsRequest>, IDeepCloneable<ListPublicBlueprintsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Telco Automation v1 API class ListPublicBlueprintsRequest.
Request object for ListPublicBlueprints.
Implements
IMessageListPublicBlueprintsRequest, IEquatableListPublicBlueprintsRequest, IDeepCloneableListPublicBlueprintsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
ListPublicBlueprintsRequest()
public ListPublicBlueprintsRequest()ListPublicBlueprintsRequest(ListPublicBlueprintsRequest)
public ListPublicBlueprintsRequest(ListPublicBlueprintsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPublicBlueprintsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Parent value of public blueprint. Format should be - "projects/{project_id}/locations/{location_name}".
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|