Uses of Class
com.google.cloud.aiplatform.v1.CreateScheduleRequest
-
Packages that use CreateScheduleRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of CreateScheduleRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CreateScheduleRequest Modifier and Type Method Description CreateScheduleRequestCreateScheduleRequest.Builder. build()CreateScheduleRequestCreateScheduleRequest.Builder. buildPartial()static CreateScheduleRequestCreateScheduleRequest. getDefaultInstance()CreateScheduleRequestCreateScheduleRequest.Builder. getDefaultInstanceForType()CreateScheduleRequestCreateScheduleRequest. getDefaultInstanceForType()static CreateScheduleRequestCreateScheduleRequest. parseDelimitedFrom(InputStream input)static CreateScheduleRequestCreateScheduleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateScheduleRequestCreateScheduleRequest. parseFrom(byte[] data)static CreateScheduleRequestCreateScheduleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateScheduleRequestCreateScheduleRequest. parseFrom(com.google.protobuf.ByteString data)static CreateScheduleRequestCreateScheduleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateScheduleRequestCreateScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateScheduleRequestCreateScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateScheduleRequestCreateScheduleRequest. parseFrom(InputStream input)static CreateScheduleRequestCreateScheduleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateScheduleRequestCreateScheduleRequest. parseFrom(ByteBuffer data)static CreateScheduleRequestCreateScheduleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CreateScheduleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateScheduleRequest,Schedule>ScheduleServiceClient. createScheduleCallable()Creates a Schedule.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateScheduleRequest,Schedule>ScheduleServiceSettings.Builder. createScheduleSettings()Returns the builder for the settings used for calls to createSchedule.com.google.api.gax.rpc.UnaryCallSettings<CreateScheduleRequest,Schedule>ScheduleServiceSettings. createScheduleSettings()Returns the object with the settings used for calls to createSchedule.static io.grpc.MethodDescriptor<CreateScheduleRequest,Schedule>ScheduleServiceGrpc. getCreateScheduleMethod()com.google.protobuf.Parser<CreateScheduleRequest>CreateScheduleRequest. getParserForType()static com.google.protobuf.Parser<CreateScheduleRequest>CreateScheduleRequest. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type CreateScheduleRequest Modifier and Type Method Description ScheduleScheduleServiceClient. createSchedule(CreateScheduleRequest request)Creates a Schedule.default voidScheduleServiceGrpc.AsyncService. createSchedule(CreateScheduleRequest request, io.grpc.stub.StreamObserver<Schedule> responseObserver)Creates a Schedule.ScheduleScheduleServiceGrpc.ScheduleServiceBlockingStub. createSchedule(CreateScheduleRequest request)Creates a Schedule.com.google.common.util.concurrent.ListenableFuture<Schedule>ScheduleServiceGrpc.ScheduleServiceFutureStub. createSchedule(CreateScheduleRequest request)Creates a Schedule.voidScheduleServiceGrpc.ScheduleServiceStub. createSchedule(CreateScheduleRequest request, io.grpc.stub.StreamObserver<Schedule> responseObserver)Creates a Schedule.CreateScheduleRequest.BuilderCreateScheduleRequest.Builder. mergeFrom(CreateScheduleRequest other)static CreateScheduleRequest.BuilderCreateScheduleRequest. newBuilder(CreateScheduleRequest prototype) -
Uses of CreateScheduleRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type CreateScheduleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateScheduleRequest,Schedule>GrpcScheduleServiceStub. createScheduleCallable()com.google.api.gax.rpc.UnaryCallable<CreateScheduleRequest,Schedule>ScheduleServiceStub. createScheduleCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateScheduleRequest,Schedule>ScheduleServiceStubSettings.Builder. createScheduleSettings()Returns the builder for the settings used for calls to createSchedule.com.google.api.gax.rpc.UnaryCallSettings<CreateScheduleRequest,Schedule>ScheduleServiceStubSettings. createScheduleSettings()Returns the object with the settings used for calls to createSchedule.
-