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 CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest.Builder. build()
CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest.Builder. buildPartial()
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. getDefaultInstance()
CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest.Builder. getDefaultInstanceForType()
CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. getDefaultInstanceForType()
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseDelimitedFrom(InputStream input)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseFrom(byte[] data)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseFrom(InputStream input)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. parseFrom(ByteBuffer data)
static CreateAutoscalingPolicyRequest
CreateAutoscalingPolicyRequest. 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 AutoscalingPolicy
AutoscalingPolicyServiceClient. createAutoscalingPolicy(CreateAutoscalingPolicyRequest request)
Creates new autoscaling policy.default void
AutoscalingPolicyServiceGrpc.AsyncService. createAutoscalingPolicy(CreateAutoscalingPolicyRequest request, io.grpc.stub.StreamObserver<AutoscalingPolicy> responseObserver)
Creates new autoscaling policy.AutoscalingPolicy
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceBlockingStub. createAutoscalingPolicy(CreateAutoscalingPolicyRequest request)
Creates new autoscaling policy.com.google.common.util.concurrent.ListenableFuture<AutoscalingPolicy>
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub. createAutoscalingPolicy(CreateAutoscalingPolicyRequest request)
Creates new autoscaling policy.void
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub. createAutoscalingPolicy(CreateAutoscalingPolicyRequest request, io.grpc.stub.StreamObserver<AutoscalingPolicy> responseObserver)
Creates new autoscaling policy.CreateAutoscalingPolicyRequest.Builder
CreateAutoscalingPolicyRequest.Builder. mergeFrom(CreateAutoscalingPolicyRequest other)
static CreateAutoscalingPolicyRequest.Builder
CreateAutoscalingPolicyRequest. 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.
-