Telco Automation v1 API - Class ListPublicBlueprintsRequest (1.0.0)

public sealed class ListPublicBlueprintsRequest : IMessage<ListPublicBlueprintsRequest>, IEquatable<ListPublicBlueprintsRequest>, IDeepCloneable<ListPublicBlueprintsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Telco Automation v1 API class ListPublicBlueprintsRequest.

Request object for ListPublicBlueprints.

Inheritance

object > ListPublicBlueprintsRequest

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

ListPublicBlueprintsRequest()

public ListPublicBlueprintsRequest()

ListPublicBlueprintsRequest(ListPublicBlueprintsRequest)

public ListPublicBlueprintsRequest(ListPublicBlueprintsRequest other)
Parameter
NameDescription
otherListPublicBlueprintsRequest

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
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Parent value of public blueprint. Format should be - "projects/{project_id}/locations/{location_name}".

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName