Uses of Class
com.google.cloud.notebooks.v1.RefreshRuntimeTokenInternalResponse
-
Packages that use RefreshRuntimeTokenInternalResponse Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of RefreshRuntimeTokenInternalResponse in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return RefreshRuntimeTokenInternalResponse Modifier and Type Method Description RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse.Builder. build()RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse.Builder. buildPartial()static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. getDefaultInstance()RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse.Builder. getDefaultInstanceForType()RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. getDefaultInstanceForType()static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseDelimitedFrom(InputStream input)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseFrom(byte[] data)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseFrom(com.google.protobuf.ByteString data)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseFrom(com.google.protobuf.CodedInputStream input)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseFrom(InputStream input)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseFrom(ByteBuffer data)static RefreshRuntimeTokenInternalResponseRefreshRuntimeTokenInternalResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RefreshRuntimeTokenInternalResponseManagedNotebookServiceClient. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request)Gets an access token for the consumer service account that the customer attached to the runtime.RefreshRuntimeTokenInternalResponseManagedNotebookServiceClient. refreshRuntimeTokenInternal(RuntimeName name, String vmId)Gets an access token for the consumer service account that the customer attached to the runtime.RefreshRuntimeTokenInternalResponseManagedNotebookServiceClient. refreshRuntimeTokenInternal(String name, String vmId)Gets an access token for the consumer service account that the customer attached to the runtime.RefreshRuntimeTokenInternalResponseManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request)Gets an access token for the consumer service account that the customer attached to the runtime.Methods in com.google.cloud.notebooks.v1 that return types with arguments of type RefreshRuntimeTokenInternalResponse Modifier and Type Method Description com.google.protobuf.Parser<RefreshRuntimeTokenInternalResponse>RefreshRuntimeTokenInternalResponse. getParserForType()static io.grpc.MethodDescriptor<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceGrpc. getRefreshRuntimeTokenInternalMethod()static com.google.protobuf.Parser<RefreshRuntimeTokenInternalResponse>RefreshRuntimeTokenInternalResponse. parser()com.google.common.util.concurrent.ListenableFuture<RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request)Gets an access token for the consumer service account that the customer attached to the runtime.com.google.api.gax.rpc.UnaryCallable<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceClient. refreshRuntimeTokenInternalCallable()Gets an access token for the consumer service account that the customer attached to the runtime.com.google.api.gax.rpc.UnaryCallSettings.Builder<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceSettings.Builder. refreshRuntimeTokenInternalSettings()Returns the builder for the settings used for calls to refreshRuntimeTokenInternal.com.google.api.gax.rpc.UnaryCallSettings<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceSettings. refreshRuntimeTokenInternalSettings()Returns the object with the settings used for calls to refreshRuntimeTokenInternal.Methods in com.google.cloud.notebooks.v1 with parameters of type RefreshRuntimeTokenInternalResponse Modifier and Type Method Description RefreshRuntimeTokenInternalResponse.BuilderRefreshRuntimeTokenInternalResponse.Builder. mergeFrom(RefreshRuntimeTokenInternalResponse other)static RefreshRuntimeTokenInternalResponse.BuilderRefreshRuntimeTokenInternalResponse. newBuilder(RefreshRuntimeTokenInternalResponse prototype)Method parameters in com.google.cloud.notebooks.v1 with type arguments of type RefreshRuntimeTokenInternalResponse Modifier and Type Method Description default voidManagedNotebookServiceGrpc.AsyncService. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request, io.grpc.stub.StreamObserver<RefreshRuntimeTokenInternalResponse> responseObserver)Gets an access token for the consumer service account that the customer attached to the runtime.voidManagedNotebookServiceGrpc.ManagedNotebookServiceStub. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request, io.grpc.stub.StreamObserver<RefreshRuntimeTokenInternalResponse> responseObserver)Gets an access token for the consumer service account that the customer attached to the runtime. -
Uses of RefreshRuntimeTokenInternalResponse in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type RefreshRuntimeTokenInternalResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>GrpcManagedNotebookServiceStub. refreshRuntimeTokenInternalCallable()com.google.api.gax.rpc.UnaryCallable<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceStub. refreshRuntimeTokenInternalCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceStubSettings.Builder. refreshRuntimeTokenInternalSettings()Returns the builder for the settings used for calls to refreshRuntimeTokenInternal.com.google.api.gax.rpc.UnaryCallSettings<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceStubSettings. refreshRuntimeTokenInternalSettings()Returns the object with the settings used for calls to refreshRuntimeTokenInternal.
-