Class HttpJsonAutoscalingPolicyServiceStub (4.40.0)

public class HttpJsonAutoscalingPolicyServiceStub extends AutoscalingPolicyServiceStub

REST stub implementation for the AutoscalingPolicyService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > AutoscalingPolicyServiceStub > HttpJsonAutoscalingPolicyServiceStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonAutoscalingPolicyServiceStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonAutoscalingPolicyServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonAutoscalingPolicyServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonAutoscalingPolicyServiceStub
Exceptions
Type Description
IOException

create(AutoscalingPolicyServiceStubSettings settings)

public static final HttpJsonAutoscalingPolicyServiceStub create(AutoscalingPolicyServiceStubSettings settings)
Parameter
Name Description
settings AutoscalingPolicyServiceStubSettings
Returns
Type Description
HttpJsonAutoscalingPolicyServiceStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonAutoscalingPolicyServiceStub(AutoscalingPolicyServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonAutoscalingPolicyServiceStub(AutoscalingPolicyServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonAutoscalingPolicyServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings AutoscalingPolicyServiceStubSettings
clientContext ClientContext

HttpJsonAutoscalingPolicyServiceStub(AutoscalingPolicyServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonAutoscalingPolicyServiceStub(AutoscalingPolicyServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonAutoscalingPolicyServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings AutoscalingPolicyServiceStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createAutoscalingPolicyCallable()

public UnaryCallable<CreateAutoscalingPolicyRequest,AutoscalingPolicy> createAutoscalingPolicyCallable()
Returns
Type Description
UnaryCallable<CreateAutoscalingPolicyRequest,AutoscalingPolicy>
Overrides

deleteAutoscalingPolicyCallable()

public UnaryCallable<DeleteAutoscalingPolicyRequest,Empty> deleteAutoscalingPolicyCallable()
Returns
Type Description
UnaryCallable<DeleteAutoscalingPolicyRequest,Empty>
Overrides

getAutoscalingPolicyCallable()

public UnaryCallable<GetAutoscalingPolicyRequest,AutoscalingPolicy> getAutoscalingPolicyCallable()
Returns
Type Description
UnaryCallable<GetAutoscalingPolicyRequest,AutoscalingPolicy>
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listAutoscalingPoliciesCallable()

public UnaryCallable<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse> listAutoscalingPoliciesCallable()
Returns
Type Description
UnaryCallable<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse>
Overrides

listAutoscalingPoliciesPagedCallable()

public UnaryCallable<ListAutoscalingPoliciesRequest,AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPagedResponse> listAutoscalingPoliciesPagedCallable()
Returns
Type Description
UnaryCallable<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesPagedResponse>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides

updateAutoscalingPolicyCallable()

public UnaryCallable<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> updateAutoscalingPolicyCallable()
Returns
Type Description
UnaryCallable<UpdateAutoscalingPolicyRequest,AutoscalingPolicy>
Overrides