public static final class SearchCasesResponse.Builder extends GeneratedMessageV3.Builder<SearchCasesResponse.Builder> implements SearchCasesResponseOrBuilder
The response message for the SearchCases endpoint.
Protobuf type google.cloud.support.v2.SearchCasesResponse
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
addAllCases(Iterable<? extends Case> values)
public SearchCasesResponse.Builder addAllCases(Iterable<? extends Case> values)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.support.v2.Case>
|
addCases(Case value)
public SearchCasesResponse.Builder addCases(Case value)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Parameter |
---|
Name | Description |
value | Case
|
addCases(Case.Builder builderForValue)
public SearchCasesResponse.Builder addCases(Case.Builder builderForValue)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
addCases(int index, Case value)
public SearchCasesResponse.Builder addCases(int index, Case value)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Parameters |
---|
Name | Description |
index | int
|
value | Case
|
addCases(int index, Case.Builder builderForValue)
public SearchCasesResponse.Builder addCases(int index, Case.Builder builderForValue)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
addCasesBuilder()
public Case.Builder addCasesBuilder()
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
addCasesBuilder(int index)
public Case.Builder addCasesBuilder(int index)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchCasesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SearchCasesResponse build()
buildPartial()
public SearchCasesResponse buildPartial()
clear()
public SearchCasesResponse.Builder clear()
Overrides
clearCases()
public SearchCasesResponse.Builder clearCases()
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
clearField(Descriptors.FieldDescriptor field)
public SearchCasesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public SearchCasesResponse.Builder clearNextPageToken()
A token to retrieve the next page of results. This should be set in the
page_token
field of subsequent SearchCaseRequest
message that is
issued. If unspecified, there are no more results to retrieve.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchCasesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public SearchCasesResponse.Builder clone()
Overrides
getCases(int index)
public Case getCases(int index)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
Case | |
getCasesBuilder(int index)
public Case.Builder getCasesBuilder(int index)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Parameter |
---|
Name | Description |
index | int
|
getCasesBuilderList()
public List<Case.Builder> getCasesBuilderList()
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
getCasesCount()
public int getCasesCount()
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Returns |
---|
Type | Description |
int | |
getCasesList()
public List<Case> getCasesList()
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
getCasesOrBuilder(int index)
public CaseOrBuilder getCasesOrBuilder(int index)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Parameter |
---|
Name | Description |
index | int
|
getCasesOrBuilderList()
public List<? extends CaseOrBuilder> getCasesOrBuilderList()
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.support.v2.CaseOrBuilder> | |
getDefaultInstanceForType()
public SearchCasesResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
A token to retrieve the next page of results. This should be set in the
page_token
field of subsequent SearchCaseRequest
message that is
issued. If unspecified, there are no more results to retrieve.
string next_page_token = 2;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. This should be set in the
page_token
field of subsequent SearchCaseRequest
message that is
issued. If unspecified, there are no more results to retrieve.
string next_page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SearchCasesResponse other)
public SearchCasesResponse.Builder mergeFrom(SearchCasesResponse other)
public SearchCasesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SearchCasesResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchCasesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeCases(int index)
public SearchCasesResponse.Builder removeCases(int index)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Parameter |
---|
Name | Description |
index | int
|
setCases(int index, Case value)
public SearchCasesResponse.Builder setCases(int index, Case value)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
Parameters |
---|
Name | Description |
index | int
|
value | Case
|
setCases(int index, Case.Builder builderForValue)
public SearchCasesResponse.Builder setCases(int index, Case.Builder builderForValue)
The list of cases associated with the Google Cloud Resource, after any
filters have been applied.
repeated .google.cloud.support.v2.Case cases = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public SearchCasesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public SearchCasesResponse.Builder setNextPageToken(String value)
A token to retrieve the next page of results. This should be set in the
page_token
field of subsequent SearchCaseRequest
message that is
issued. If unspecified, there are no more results to retrieve.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public SearchCasesResponse.Builder setNextPageTokenBytes(ByteString value)
A token to retrieve the next page of results. This should be set in the
page_token
field of subsequent SearchCaseRequest
message that is
issued. If unspecified, there are no more results to retrieve.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchCasesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchCasesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides