- 0.55.0 (latest)
- 0.53.0
- 0.52.0
- 0.50.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class SearchBlueprintRevisionsRequest.Builder extends GeneratedMessage.Builder<SearchBlueprintRevisionsRequest.Builder> implements SearchBlueprintRevisionsRequestOrBuilder Request object for SearchBlueprintRevisions.
Protobuf type google.cloud.telcoautomation.v1.SearchBlueprintRevisionsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SearchBlueprintRevisionsRequest.BuilderImplements
SearchBlueprintRevisionsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SearchBlueprintRevisionsRequest build()| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest |
|
buildPartial()
public SearchBlueprintRevisionsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest |
|
clear()
public SearchBlueprintRevisionsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
|
clearPageSize()
public SearchBlueprintRevisionsRequest.Builder clearPageSize()Optional. The maximum number of blueprints revisions to return per page. max page size = 100, default page size = 20.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |
clearPageToken()
public SearchBlueprintRevisionsRequest.Builder clearPageToken()Optional. The page token, received from a previous search call. It can be provided to retrieve the subsequent page.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |
clearParent()
public SearchBlueprintRevisionsRequest.Builder clearParent()Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |
clearQuery()
public SearchBlueprintRevisionsRequest.Builder clearQuery()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}
string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SearchBlueprintRevisionsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Optional. The maximum number of blueprints revisions to return per page. max page size = 100, default page size = 20.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()Optional. The page token, received from a previous search call. It can be provided to retrieve the subsequent page.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()Optional. The page token, received from a previous search call. It can be provided to retrieve the subsequent page.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getQuery()
public String getQuery()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}
string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The query. |
getQueryBytes()
public ByteString getQueryBytes()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}
string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for query. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SearchBlueprintRevisionsRequest other)
public SearchBlueprintRevisionsRequest.Builder mergeFrom(SearchBlueprintRevisionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchBlueprintRevisionsRequest |
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchBlueprintRevisionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SearchBlueprintRevisionsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
|
setPageSize(int value)
public SearchBlueprintRevisionsRequest.Builder setPageSize(int value)Optional. The maximum number of blueprints revisions to return per page. max page size = 100, default page size = 20.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public SearchBlueprintRevisionsRequest.Builder setPageToken(String value)Optional. The page token, received from a previous search call. It can be provided to retrieve the subsequent page.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public SearchBlueprintRevisionsRequest.Builder setPageTokenBytes(ByteString value)Optional. The page token, received from a previous search call. It can be provided to retrieve the subsequent page.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |
setParent(String value)
public SearchBlueprintRevisionsRequest.Builder setParent(String value)Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public SearchBlueprintRevisionsRequest.Builder setParentBytes(ByteString value)Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |
setQuery(String value)
public SearchBlueprintRevisionsRequest.Builder setQuery(String value)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}
string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe query to set. |
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |
setQueryBytes(ByteString value)
public SearchBlueprintRevisionsRequest.Builder setQueryBytes(ByteString value)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}
string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for query to set. |
| Returns | |
|---|---|
| Type | Description |
SearchBlueprintRevisionsRequest.Builder |
This builder for chaining. |