public static final class ListJobsRequest.Builder extends GeneratedMessageV3.Builder<ListJobsRequest.Builder> implements ListJobsRequestOrBuilder
Request message for listing jobs using
ListJobs.
Protobuf type google.cloud.scheduler.v1.ListJobsRequest
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListJobsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListJobsRequest build()
buildPartial()
public ListJobsRequest buildPartial()
clear()
public ListJobsRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListJobsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListJobsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPageSize()
public ListJobsRequest.Builder clearPageSize()
Requested page size.
The maximum page size is 500. If unspecified, the page size will
be the maximum. Fewer jobs than requested might be returned,
even if more jobs exist; use next_page_token to determine if more
jobs exist.
int32 page_size = 5;
clearPageToken()
public ListJobsRequest.Builder clearPageToken()
A token identifying a page of results the server will return. To
request the first page results, page_token must be empty. To
request the next page of results, page_token must be the value of
next_page_token
returned from the previous call to
ListJobs. It is an
error to switch the value of
filter or
order_by while
iterating through pages.
string page_token = 6;
clearParent()
public ListJobsRequest.Builder clearParent()
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
public ListJobsRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public ListJobsRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getPageSize()
Requested page size.
The maximum page size is 500. If unspecified, the page size will
be the maximum. Fewer jobs than requested might be returned,
even if more jobs exist; use next_page_token to determine if more
jobs exist.
int32 page_size = 5;
Returns |
---|
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
A token identifying a page of results the server will return. To
request the first page results, page_token must be empty. To
request the next page of results, page_token must be the value of
next_page_token
returned from the previous call to
ListJobs. It is an
error to switch the value of
filter or
order_by while
iterating through pages.
string page_token = 6;
Returns |
---|
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
A token identifying a page of results the server will return. To
request the first page results, page_token must be empty. To
request the next page of results, page_token must be the value of
next_page_token
returned from the previous call to
ListJobs. It is an
error to switch the value of
filter or
order_by while
iterating through pages.
string page_token = 6;
Returns |
---|
Type | Description |
ByteString | The bytes for pageToken.
|
getParent()
public String getParent()
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListJobsRequest other)
public ListJobsRequest.Builder mergeFrom(ListJobsRequest other)
public ListJobsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListJobsRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListJobsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListJobsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPageSize(int value)
public ListJobsRequest.Builder setPageSize(int value)
Requested page size.
The maximum page size is 500. If unspecified, the page size will
be the maximum. Fewer jobs than requested might be returned,
even if more jobs exist; use next_page_token to determine if more
jobs exist.
int32 page_size = 5;
Parameter |
---|
Name | Description |
value | int
The pageSize to set.
|
setPageToken(String value)
public ListJobsRequest.Builder setPageToken(String value)
A token identifying a page of results the server will return. To
request the first page results, page_token must be empty. To
request the next page of results, page_token must be the value of
next_page_token
returned from the previous call to
ListJobs. It is an
error to switch the value of
filter or
order_by while
iterating through pages.
string page_token = 6;
Parameter |
---|
Name | Description |
value | String
The pageToken to set.
|
setPageTokenBytes(ByteString value)
public ListJobsRequest.Builder setPageTokenBytes(ByteString value)
A token identifying a page of results the server will return. To
request the first page results, page_token must be empty. To
request the next page of results, page_token must be the value of
next_page_token
returned from the previous call to
ListJobs. It is an
error to switch the value of
filter or
order_by while
iterating through pages.
string page_token = 6;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for pageToken to set.
|
setParent(String value)
public ListJobsRequest.Builder setParent(String value)
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The parent to set.
|
setParentBytes(ByteString value)
public ListJobsRequest.Builder setParentBytes(ByteString value)
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListJobsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListJobsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides