public static final class ListNotebookRuntimesResponse.Builder extends GeneratedMessageV3.Builder<ListNotebookRuntimesResponse.Builder> implements ListNotebookRuntimesResponseOrBuilder
Response message for
NotebookService.ListNotebookRuntimes.
Protobuf type google.cloud.aiplatform.v1.ListNotebookRuntimesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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 ListNotebookRuntimesResponse.Builder addAllNotebookRuntimes(Iterable<? extends NotebookRuntime> values)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1.NotebookRuntime>
|
public ListNotebookRuntimesResponse.Builder addNotebookRuntimes(NotebookRuntime value)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
public ListNotebookRuntimesResponse.Builder addNotebookRuntimes(NotebookRuntime.Builder builderForValue)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
public ListNotebookRuntimesResponse.Builder addNotebookRuntimes(int index, NotebookRuntime value)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
public ListNotebookRuntimesResponse.Builder addNotebookRuntimes(int index, NotebookRuntime.Builder builderForValue)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
public NotebookRuntime.Builder addNotebookRuntimesBuilder()
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
public NotebookRuntime.Builder addNotebookRuntimesBuilder(int index)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
Parameter |
Name |
Description |
index |
int
|
public ListNotebookRuntimesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListNotebookRuntimesResponse build()
public ListNotebookRuntimesResponse buildPartial()
public ListNotebookRuntimesResponse.Builder clear()
Overrides
public ListNotebookRuntimesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListNotebookRuntimesResponse.Builder clearNextPageToken()
A token to retrieve next page of results.
Pass to
ListNotebookRuntimesRequest.page_token
to obtain that page.
string next_page_token = 2;
public ListNotebookRuntimesResponse.Builder clearNotebookRuntimes()
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
public ListNotebookRuntimesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListNotebookRuntimesResponse.Builder clone()
Overrides
public ListNotebookRuntimesResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
A token to retrieve next page of results.
Pass to
ListNotebookRuntimesRequest.page_token
to obtain that page.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token to retrieve next page of results.
Pass to
ListNotebookRuntimesRequest.page_token
to obtain that page.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
public NotebookRuntime getNotebookRuntimes(int index)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
Parameter |
Name |
Description |
index |
int
|
public NotebookRuntime.Builder getNotebookRuntimesBuilder(int index)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
Parameter |
Name |
Description |
index |
int
|
public List<NotebookRuntime.Builder> getNotebookRuntimesBuilderList()
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
public int getNotebookRuntimesCount()
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
Returns |
Type |
Description |
int |
|
public List<NotebookRuntime> getNotebookRuntimesList()
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
public NotebookRuntimeOrBuilder getNotebookRuntimesOrBuilder(int index)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends NotebookRuntimeOrBuilder> getNotebookRuntimesOrBuilderList()
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1.NotebookRuntimeOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListNotebookRuntimesResponse.Builder mergeFrom(ListNotebookRuntimesResponse other)
public ListNotebookRuntimesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListNotebookRuntimesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ListNotebookRuntimesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListNotebookRuntimesResponse.Builder removeNotebookRuntimes(int index)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
Parameter |
Name |
Description |
index |
int
|
public ListNotebookRuntimesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListNotebookRuntimesResponse.Builder setNextPageToken(String value)
A token to retrieve next page of results.
Pass to
ListNotebookRuntimesRequest.page_token
to obtain that page.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListNotebookRuntimesResponse.Builder setNextPageTokenBytes(ByteString value)
A token to retrieve next page of results.
Pass to
ListNotebookRuntimesRequest.page_token
to obtain that page.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
public ListNotebookRuntimesResponse.Builder setNotebookRuntimes(int index, NotebookRuntime value)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
public ListNotebookRuntimesResponse.Builder setNotebookRuntimes(int index, NotebookRuntime.Builder builderForValue)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
public ListNotebookRuntimesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListNotebookRuntimesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides