public static final class ListStudiesResponse.Builder extends GeneratedMessage.Builder<ListStudiesResponse.Builder> implements ListStudiesResponseOrBuilderResponse message for VizierService.ListStudies.
Protobuf type google.cloud.aiplatform.v1beta1.ListStudiesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListStudiesResponse.BuilderImplements
ListStudiesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllStudies(Iterable<? extends Study> values)
public ListStudiesResponse.Builder addAllStudies(Iterable<? extends Study> values)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.Study> |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
addStudies(Study value)
public ListStudiesResponse.Builder addStudies(Study value)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Study |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
addStudies(Study.Builder builderForValue)
public ListStudiesResponse.Builder addStudies(Study.Builder builderForValue)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Study.Builder |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
addStudies(int index, Study value)
public ListStudiesResponse.Builder addStudies(int index, Study value)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Study |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
addStudies(int index, Study.Builder builderForValue)
public ListStudiesResponse.Builder addStudies(int index, Study.Builder builderForValue)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Study.Builder |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
addStudiesBuilder()
public Study.Builder addStudiesBuilder()The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Returns | |
|---|---|
| Type | Description |
Study.Builder |
|
addStudiesBuilder(int index)
public Study.Builder addStudiesBuilder(int index)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Study.Builder |
|
build()
public ListStudiesResponse build()| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse |
|
buildPartial()
public ListStudiesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse |
|
clear()
public ListStudiesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
This builder for chaining. |
clearStudies()
public ListStudiesResponse.Builder clearStudies()The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
getDefaultInstanceForType()
public ListStudiesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getStudies(int index)
public Study getStudies(int index)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Study |
|
getStudiesBuilder(int index)
public Study.Builder getStudiesBuilder(int index)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Study.Builder |
|
getStudiesBuilderList()
public List<Study.Builder> getStudiesBuilderList()The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getStudiesCount()
public int getStudiesCount()The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getStudiesList()
public List<Study> getStudiesList()The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Returns | |
|---|---|
| Type | Description |
List<Study> |
|
getStudiesOrBuilder(int index)
public StudyOrBuilder getStudiesOrBuilder(int index)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StudyOrBuilder |
|
getStudiesOrBuilderList()
public List<? extends StudyOrBuilder> getStudiesOrBuilderList()The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.StudyOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListStudiesResponse other)
public ListStudiesResponse.Builder mergeFrom(ListStudiesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListStudiesResponse |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListStudiesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListStudiesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
removeStudies(int index)
public ListStudiesResponse.Builder removeStudies(int index)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
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 |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
This builder for chaining. |
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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
This builder for chaining. |
setStudies(int index, Study value)
public ListStudiesResponse.Builder setStudies(int index, Study value)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Study |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|
setStudies(int index, Study.Builder builderForValue)
public ListStudiesResponse.Builder setStudies(int index, Study.Builder builderForValue)The studies associated with the project.
repeated .google.cloud.aiplatform.v1beta1.Study studies = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Study.Builder |
| Returns | |
|---|---|
| Type | Description |
ListStudiesResponse.Builder |
|