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