Class ListViolationsRequest.Builder (0.4.0)

public static final class ListViolationsRequest.Builder extends GeneratedMessageV3.Builder<ListViolationsRequest.Builder> implements ListViolationsRequestOrBuilder

Message for requesting list of Violations

Protobuf type google.cloud.cloudcontrolspartner.v1beta.ListViolationsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListViolationsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides

build()

public ListViolationsRequest build()
Returns
TypeDescription
ListViolationsRequest

buildPartial()

public ListViolationsRequest buildPartial()
Returns
TypeDescription
ListViolationsRequest

clear()

public ListViolationsRequest.Builder clear()
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListViolationsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides

clearFilter()

public ListViolationsRequest.Builder clearFilter()

Optional. Filtering results

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

clearInterval()

public ListViolationsRequest.Builder clearInterval()

Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.

.google.type.Interval interval = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListViolationsRequest.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public ListViolationsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides

clearOrderBy()

public ListViolationsRequest.Builder clearOrderBy()

Optional. Hint for how to order the results

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

clearPageSize()

public ListViolationsRequest.Builder clearPageSize()

Optional. The maximum number of customers row to return. The service may return fewer than this value. If unspecified, at most 10 customers will be returned.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

clearPageToken()

public ListViolationsRequest.Builder clearPageToken()

Optional. A page token, received from a previous ListViolations call. Provide this to retrieve the subsequent page.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

clearParent()

public ListViolationsRequest.Builder clearParent()

Required. Parent resource Format organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

clone()

public ListViolationsRequest.Builder clone()
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides

getDefaultInstanceForType()

public ListViolationsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListViolationsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFilter()

public String getFilter()

Optional. Filtering results

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Optional. Filtering results

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for filter.

getInterval()

public Interval getInterval()

Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.

.google.type.Interval interval = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
com.google.type.Interval

The interval.

getIntervalBuilder()

public Interval.Builder getIntervalBuilder()

Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.

.google.type.Interval interval = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
com.google.type.Interval.Builder

getIntervalOrBuilder()

public IntervalOrBuilder getIntervalOrBuilder()

Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.

.google.type.Interval interval = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
com.google.type.IntervalOrBuilder

getOrderBy()

public String getOrderBy()

Optional. Hint for how to order the results

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The orderBy.

getOrderByBytes()

public ByteString getOrderByBytes()

Optional. Hint for how to order the results

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for orderBy.

getPageSize()

public int getPageSize()

Optional. The maximum number of customers row to return. The service may return fewer than this value. If unspecified, at most 10 customers will be returned.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A page token, received from a previous ListViolations call. Provide this to retrieve the subsequent page.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A page token, received from a previous ListViolations call. Provide this to retrieve the subsequent page.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. Parent resource Format organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Parent resource Format organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasInterval()

public boolean hasInterval()

Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.

.google.type.Interval interval = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the interval field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListViolationsRequest other)

public ListViolationsRequest.Builder mergeFrom(ListViolationsRequest other)
Parameter
NameDescription
otherListViolationsRequest
Returns
TypeDescription
ListViolationsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListViolationsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListViolationsRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides

mergeInterval(Interval value)

public ListViolationsRequest.Builder mergeInterval(Interval value)

Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.

.google.type.Interval interval = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuecom.google.type.Interval
Returns
TypeDescription
ListViolationsRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListViolationsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListViolationsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides

setFilter(String value)

public ListViolationsRequest.Builder setFilter(String value)

Optional. Filtering results

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The filter to set.

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListViolationsRequest.Builder setFilterBytes(ByteString value)

Optional. Filtering results

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for filter to set.

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

setInterval(Interval value)

public ListViolationsRequest.Builder setInterval(Interval value)

Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.

.google.type.Interval interval = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuecom.google.type.Interval
Returns
TypeDescription
ListViolationsRequest.Builder

setInterval(Interval.Builder builderForValue)

public ListViolationsRequest.Builder setInterval(Interval.Builder builderForValue)

Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.

.google.type.Interval interval = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValuecom.google.type.Interval.Builder
Returns
TypeDescription
ListViolationsRequest.Builder

setOrderBy(String value)

public ListViolationsRequest.Builder setOrderBy(String value)

Optional. Hint for how to order the results

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The orderBy to set.

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

setOrderByBytes(ByteString value)

public ListViolationsRequest.Builder setOrderByBytes(ByteString value)

Optional. Hint for how to order the results

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for orderBy to set.

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListViolationsRequest.Builder setPageSize(int value)

Optional. The maximum number of customers row to return. The service may return fewer than this value. If unspecified, at most 10 customers will be returned.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListViolationsRequest.Builder setPageToken(String value)

Optional. A page token, received from a previous ListViolations call. Provide this to retrieve the subsequent page.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListViolationsRequest.Builder setPageTokenBytes(ByteString value)

Optional. A page token, received from a previous ListViolations call. Provide this to retrieve the subsequent page.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

setParent(String value)

public ListViolationsRequest.Builder setParent(String value)

Required. Parent resource Format organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListViolationsRequest.Builder setParentBytes(ByteString value)

Required. Parent resource Format organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListViolationsRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListViolationsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListViolationsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListViolationsRequest.Builder
Overrides