public static final class QueryWorkflowInvocationActionsRequest.Builder extends GeneratedMessageV3.Builder<QueryWorkflowInvocationActionsRequest.Builder> implements QueryWorkflowInvocationActionsRequestOrBuilder
QueryWorkflowInvocationActions
request message.
Protobuf type google.cloud.dataform.v1alpha2.QueryWorkflowInvocationActionsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
ReturnsMethods
public QueryWorkflowInvocationActionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
ParametersReturnsOverridespublic QueryWorkflowInvocationActionsRequest build()
Returnspublic QueryWorkflowInvocationActionsRequest buildPartial()
Returnspublic QueryWorkflowInvocationActionsRequest.Builder clear()
ReturnsOverridespublic QueryWorkflowInvocationActionsRequest.Builder clearField(Descriptors.FieldDescriptor field)
ParameterReturnsOverridespublic QueryWorkflowInvocationActionsRequest.Builder clearName()
Required. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returnspublic QueryWorkflowInvocationActionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
ParameterReturnsOverridesclearPageSize()
public QueryWorkflowInvocationActionsRequest.Builder clearPageSize()
Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
ReturnsclearPageToken()
public QueryWorkflowInvocationActionsRequest.Builder clearPageToken()
Optional. Page token received from a previous QueryWorkflowInvocationActions
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to QueryWorkflowInvocationActions
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returnspublic QueryWorkflowInvocationActionsRequest.Builder clone()
ReturnsOverridespublic QueryWorkflowInvocationActionsRequest getDefaultInstanceForType()
Returnspublic Descriptors.Descriptor getDescriptorForType()
ReturnsOverridesRequired. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ReturnsType | Description |
String | The name. |
public ByteString getNameBytes()
Required. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ReturnsgetPageSize()
Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
Optional. Page token received from a previous QueryWorkflowInvocationActions
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to QueryWorkflowInvocationActions
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
ReturnsType | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. Page token received from a previous QueryWorkflowInvocationActions
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to QueryWorkflowInvocationActions
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returnsprotected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
ReturnsOverridespublic final boolean isInitialized()
ReturnsOverridespublic QueryWorkflowInvocationActionsRequest.Builder mergeFrom(QueryWorkflowInvocationActionsRequest other)
ParameterReturnspublic QueryWorkflowInvocationActionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
ParametersReturnsOverridesExceptionspublic QueryWorkflowInvocationActionsRequest.Builder mergeFrom(Message other)
ParameterReturnsOverridespublic final QueryWorkflowInvocationActionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
ParameterReturnsOverridespublic QueryWorkflowInvocationActionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
ParametersReturnsOverridespublic QueryWorkflowInvocationActionsRequest.Builder setName(String value)
Required. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ParameterName | Description |
value | String
The name to set. |
Returnspublic QueryWorkflowInvocationActionsRequest.Builder setNameBytes(ByteString value)
Required. The workflow invocation's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ParameterName | Description |
value | ByteString
The bytes for name to set. |
ReturnssetPageSize(int value)
public QueryWorkflowInvocationActionsRequest.Builder setPageSize(int value)
Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
ParameterName | Description |
value | int
The pageSize to set. |
ReturnssetPageToken(String value)
public QueryWorkflowInvocationActionsRequest.Builder setPageToken(String value)
Optional. Page token received from a previous QueryWorkflowInvocationActions
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to QueryWorkflowInvocationActions
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
ParameterName | Description |
value | String
The pageToken to set. |
ReturnssetPageTokenBytes(ByteString value)
public QueryWorkflowInvocationActionsRequest.Builder setPageTokenBytes(ByteString value)
Optional. Page token received from a previous QueryWorkflowInvocationActions
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to QueryWorkflowInvocationActions
must match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
ParameterName | Description |
value | ByteString
The bytes for pageToken to set. |
Returnspublic QueryWorkflowInvocationActionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
ParametersReturnsOverridespublic final QueryWorkflowInvocationActionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
ParameterReturnsOverrides