public static final class ListRuleDeploymentsRequest.Builder extends GeneratedMessageV3.Builder<ListRuleDeploymentsRequest.Builder> implements ListRuleDeploymentsRequestOrBuilder
Request message for ListRuleDeployments.
Protobuf type google.cloud.chronicle.v1.ListRuleDeploymentsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListRuleDeploymentsRequest.BuilderImplements
ListRuleDeploymentsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListRuleDeploymentsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
build()
public ListRuleDeploymentsRequest build()
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest |
buildPartial()
public ListRuleDeploymentsRequest buildPartial()
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest |
clear()
public ListRuleDeploymentsRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListRuleDeploymentsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
clearFilter()
public ListRuleDeploymentsRequest.Builder clearFilter()
A filter that can be used to retrieve specific rule deployments. The following fields are filterable: archived, name
string filter = 4;
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListRuleDeploymentsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
clearPageSize()
public ListRuleDeploymentsRequest.Builder clearPageSize()
The maximum number of rule deployments to return. The service may return fewer than this value. If unspecified, at most 100 rule deployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2;
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListRuleDeploymentsRequest.Builder clearPageToken()
A page token, received from a previous ListRuleDeployments
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleDeployments
must match the call that provided the page token.
string page_token = 3;
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
clearParent()
public ListRuleDeploymentsRequest.Builder clearParent()
Required. The collection of all parents which own all rule deployments. The
"-" wildcard token must be used as the rule identifier in the resource
path. Format:
projects/{project}/locations/{location}/instances/{instance}/rules/-
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
clone()
public ListRuleDeploymentsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
getDefaultInstanceForType()
public ListRuleDeploymentsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFilter()
public String getFilter()
A filter that can be used to retrieve specific rule deployments. The following fields are filterable: archived, name
string filter = 4;
Returns | |
---|---|
Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()
A filter that can be used to retrieve specific rule deployments. The following fields are filterable: archived, name
string filter = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()
The maximum number of rule deployments to return. The service may return fewer than this value. If unspecified, at most 100 rule deployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2;
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()
A page token, received from a previous ListRuleDeployments
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleDeployments
must match the call that provided the page token.
string page_token = 3;
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
A page token, received from a previous ListRuleDeployments
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleDeployments
must match the call that provided the page token.
string page_token = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()
Required. The collection of all parents which own all rule deployments. The
"-" wildcard token must be used as the rule identifier in the resource
path. Format:
projects/{project}/locations/{location}/instances/{instance}/rules/-
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The collection of all parents which own all rule deployments. The
"-" wildcard token must be used as the rule identifier in the resource
path. Format:
projects/{project}/locations/{location}/instances/{instance}/rules/-
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()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListRuleDeploymentsRequest other)
public ListRuleDeploymentsRequest.Builder mergeFrom(ListRuleDeploymentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRuleDeploymentsRequest |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListRuleDeploymentsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListRuleDeploymentsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListRuleDeploymentsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListRuleDeploymentsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
setFilter(String value)
public ListRuleDeploymentsRequest.Builder setFilter(String value)
A filter that can be used to retrieve specific rule deployments. The following fields are filterable: archived, name
string filter = 4;
Parameter | |
---|---|
Name | Description |
value |
String The filter to set. |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListRuleDeploymentsRequest.Builder setFilterBytes(ByteString value)
A filter that can be used to retrieve specific rule deployments. The following fields are filterable: archived, name
string filter = 4;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for filter to set. |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListRuleDeploymentsRequest.Builder setPageSize(int value)
The maximum number of rule deployments to return. The service may return fewer than this value. If unspecified, at most 100 rule deployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2;
Parameter | |
---|---|
Name | Description |
value |
int The pageSize to set. |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListRuleDeploymentsRequest.Builder setPageToken(String value)
A page token, received from a previous ListRuleDeployments
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleDeployments
must match the call that provided the page token.
string page_token = 3;
Parameter | |
---|---|
Name | Description |
value |
String The pageToken to set. |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListRuleDeploymentsRequest.Builder setPageTokenBytes(ByteString value)
A page token, received from a previous ListRuleDeployments
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleDeployments
must match the call that provided the page token.
string page_token = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListRuleDeploymentsRequest.Builder setParent(String value)
Required. The collection of all parents which own all rule deployments. The
"-" wildcard token must be used as the rule identifier in the resource
path. Format:
projects/{project}/locations/{location}/instances/{instance}/rules/-
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The parent to set. |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListRuleDeploymentsRequest.Builder setParentBytes(ByteString value)
Required. The collection of all parents which own all rule deployments. The
"-" wildcard token must be used as the rule identifier in the resource
path. Format:
projects/{project}/locations/{location}/instances/{instance}/rules/-
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListRuleDeploymentsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListRuleDeploymentsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListRuleDeploymentsRequest.Builder |