Uses of Class
com.google.cloud.dataproc.v1.CreateAutoscalingPolicyRequest
-
Packages that use CreateAutoscalingPolicyRequest Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of CreateAutoscalingPolicyRequest in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return CreateAutoscalingPolicyRequest Modifier and Type Method Description CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest.Builder. build()CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest.Builder. buildPartial()static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. getDefaultInstance()CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest.Builder. getDefaultInstanceForType()CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. getDefaultInstanceForType()static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseDelimitedFrom(InputStream input)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseFrom(byte[] data)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseFrom(InputStream input)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseFrom(ByteBuffer data)static CreateAutoscalingPolicyRequestCreateAutoscalingPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataproc.v1 that return types with arguments of type CreateAutoscalingPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateAutoscalingPolicyRequest,AutoscalingPolicy>AutoscalingPolicyServiceClient. createAutoscalingPolicyCallable()Creates new autoscaling policy.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAutoscalingPolicyRequest,AutoscalingPolicy>AutoscalingPolicyServiceSettings.Builder. createAutoscalingPolicySettings()Returns the builder for the settings used for calls to createAutoscalingPolicy.com.google.api.gax.rpc.UnaryCallSettings<CreateAutoscalingPolicyRequest,AutoscalingPolicy>AutoscalingPolicyServiceSettings. createAutoscalingPolicySettings()Returns the object with the settings used for calls to createAutoscalingPolicy.static io.grpc.MethodDescriptor<CreateAutoscalingPolicyRequest,AutoscalingPolicy>AutoscalingPolicyServiceGrpc. getCreateAutoscalingPolicyMethod()com.google.protobuf.Parser<CreateAutoscalingPolicyRequest>CreateAutoscalingPolicyRequest. getParserForType()static com.google.protobuf.Parser<CreateAutoscalingPolicyRequest>CreateAutoscalingPolicyRequest. parser()Methods in com.google.cloud.dataproc.v1 with parameters of type CreateAutoscalingPolicyRequest Modifier and Type Method Description AutoscalingPolicyAutoscalingPolicyServiceClient. createAutoscalingPolicy(CreateAutoscalingPolicyRequest request)Creates new autoscaling policy.default voidAutoscalingPolicyServiceGrpc.AsyncService. createAutoscalingPolicy(CreateAutoscalingPolicyRequest request, io.grpc.stub.StreamObserver<AutoscalingPolicy> responseObserver)Creates new autoscaling policy.AutoscalingPolicyAutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceBlockingStub. createAutoscalingPolicy(CreateAutoscalingPolicyRequest request)Creates new autoscaling policy.com.google.common.util.concurrent.ListenableFuture<AutoscalingPolicy>AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub. createAutoscalingPolicy(CreateAutoscalingPolicyRequest request)Creates new autoscaling policy.voidAutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub. createAutoscalingPolicy(CreateAutoscalingPolicyRequest request, io.grpc.stub.StreamObserver<AutoscalingPolicy> responseObserver)Creates new autoscaling policy.CreateAutoscalingPolicyRequest.BuilderCreateAutoscalingPolicyRequest.Builder. mergeFrom(CreateAutoscalingPolicyRequest other)static CreateAutoscalingPolicyRequest.BuilderCreateAutoscalingPolicyRequest. newBuilder(CreateAutoscalingPolicyRequest prototype) -
Uses of CreateAutoscalingPolicyRequest in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type CreateAutoscalingPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateAutoscalingPolicyRequest,AutoscalingPolicy>AutoscalingPolicyServiceStub. createAutoscalingPolicyCallable()com.google.api.gax.rpc.UnaryCallable<CreateAutoscalingPolicyRequest,AutoscalingPolicy>GrpcAutoscalingPolicyServiceStub. createAutoscalingPolicyCallable()com.google.api.gax.rpc.UnaryCallable<CreateAutoscalingPolicyRequest,AutoscalingPolicy>HttpJsonAutoscalingPolicyServiceStub. createAutoscalingPolicyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAutoscalingPolicyRequest,AutoscalingPolicy>AutoscalingPolicyServiceStubSettings.Builder. createAutoscalingPolicySettings()Returns the builder for the settings used for calls to createAutoscalingPolicy.com.google.api.gax.rpc.UnaryCallSettings<CreateAutoscalingPolicyRequest,AutoscalingPolicy>AutoscalingPolicyServiceStubSettings. createAutoscalingPolicySettings()Returns the object with the settings used for calls to createAutoscalingPolicy.
-