public sealed class SearchBlueprintRevisionsRequest : IMessage<SearchBlueprintRevisionsRequest>, IEquatable<SearchBlueprintRevisionsRequest>, IDeepCloneable<SearchBlueprintRevisionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Telco Automation v1 API class SearchBlueprintRevisionsRequest.
Request object for SearchBlueprintRevisions
.
Implements
IMessageSearchBlueprintRevisionsRequest, IEquatableSearchBlueprintRevisionsRequest, IDeepCloneableSearchBlueprintRevisionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
SearchBlueprintRevisionsRequest()
public SearchBlueprintRevisionsRequest()
SearchBlueprintRevisionsRequest(SearchBlueprintRevisionsRequest)
public SearchBlueprintRevisionsRequest(SearchBlueprintRevisionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
SearchBlueprintRevisionsRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of blueprints revisions to return per page. max page size = 100, default page size = 20.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The page token, received from a previous search call. It can be provided to retrieve the subsequent page.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
Property Value | |
---|---|
Type | Description |
string |
ParentAsOrchestrationClusterName
public OrchestrationClusterName ParentAsOrchestrationClusterName { get; set; }
OrchestrationClusterName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrchestrationClusterName |
Query
public string Query { get; set; }
Required. Supported queries:
- "" : Lists all revisions across all blueprints.
- "latest=true" : Lists latest revisions across all blueprints.
- "name={name}" : Lists all revisions of blueprint with name {name}.
- "name={name} latest=true": Lists latest revision of blueprint with name {name}
Property Value | |
---|---|
Type | Description |
string |