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 GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest.Builder. build()GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest.Builder. buildPartial()static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. getDefaultInstance()GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest.Builder. getDefaultInstanceForType()GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. getDefaultInstanceForType()static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseDelimitedFrom(InputStream input)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseFrom(byte[] data)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseFrom(InputStream input)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. parseFrom(ByteBuffer data)static GetAutoscalingPolicyRequestGetAutoscalingPolicyRequest. 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 AutoscalingPolicyAutoscalingPolicyServiceClient. getAutoscalingPolicy(GetAutoscalingPolicyRequest request)Retrieves autoscaling policy.default voidAutoscalingPolicyServiceGrpc.AsyncService. getAutoscalingPolicy(GetAutoscalingPolicyRequest request, io.grpc.stub.StreamObserver<AutoscalingPolicy> responseObserver)Retrieves autoscaling policy.AutoscalingPolicyAutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceBlockingStub. getAutoscalingPolicy(GetAutoscalingPolicyRequest request)Retrieves autoscaling policy.com.google.common.util.concurrent.ListenableFuture<AutoscalingPolicy>AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub. getAutoscalingPolicy(GetAutoscalingPolicyRequest request)Retrieves autoscaling policy.voidAutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub. getAutoscalingPolicy(GetAutoscalingPolicyRequest request, io.grpc.stub.StreamObserver<AutoscalingPolicy> responseObserver)Retrieves autoscaling policy.GetAutoscalingPolicyRequest.BuilderGetAutoscalingPolicyRequest.Builder. mergeFrom(GetAutoscalingPolicyRequest other)static GetAutoscalingPolicyRequest.BuilderGetAutoscalingPolicyRequest. 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.
-