public static final class ListStudiesResponse.Builder extends GeneratedMessageV3.Builder<ListStudiesResponse.Builder> implements ListStudiesResponseOrBuilder
Response message for
VizierService.ListStudies.
Protobuf type google.cloud.aiplatform.v1.ListStudiesResponse
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()
Methods
public ListStudiesResponse.Builder addAllStudies(Iterable<? extends Study> values)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1.Study>
|
public ListStudiesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListStudiesResponse.Builder addStudies(Study value)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Parameter |
---|
Name | Description |
value | Study
|
public ListStudiesResponse.Builder addStudies(Study.Builder builderForValue)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
public ListStudiesResponse.Builder addStudies(int index, Study value)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Parameters |
---|
Name | Description |
index | int
|
value | Study
|
public ListStudiesResponse.Builder addStudies(int index, Study.Builder builderForValue)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
public Study.Builder addStudiesBuilder()
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
public Study.Builder addStudiesBuilder(int index)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Parameter |
---|
Name | Description |
index | int
|
public ListStudiesResponse build()
public ListStudiesResponse buildPartial()
public ListStudiesResponse.Builder clear()
Overrides
public ListStudiesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListStudiesResponse.Builder clearNextPageToken()
Passes this token as the page_token
field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
public ListStudiesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListStudiesResponse.Builder clearStudies()
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
public ListStudiesResponse.Builder clone()
Overrides
public ListStudiesResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
Passes this token as the page_token
field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Passes this token as the page_token
field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
public Study getStudies(int index)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
Study | |
public Study.Builder getStudiesBuilder(int index)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<Study.Builder> getStudiesBuilderList()
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
public int getStudiesCount()
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Returns |
---|
Type | Description |
int | |
public List<Study> getStudiesList()
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
public StudyOrBuilder getStudiesOrBuilder(int index)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends StudyOrBuilder> getStudiesOrBuilderList()
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.StudyOrBuilder> | |
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListStudiesResponse.Builder mergeFrom(ListStudiesResponse other)
public ListStudiesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListStudiesResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final ListStudiesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListStudiesResponse.Builder removeStudies(int index)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Parameter |
---|
Name | Description |
index | int
|
public ListStudiesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListStudiesResponse.Builder setNextPageToken(String value)
Passes this token as the page_token
field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListStudiesResponse.Builder setNextPageTokenBytes(ByteString value)
Passes this token as the page_token
field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
public ListStudiesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public ListStudiesResponse.Builder setStudies(int index, Study value)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
Parameters |
---|
Name | Description |
index | int
|
value | Study
|
public ListStudiesResponse.Builder setStudies(int index, Study.Builder builderForValue)
The studies associated with the project.
repeated .google.cloud.aiplatform.v1.Study studies = 1;
public final ListStudiesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides