Class HttpJsonAutoscalingPolicyServiceStub (4.2.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
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonAutoscalingPolicyServiceStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonAutoscalingPolicyServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonAutoscalingPolicyServiceStub
Exceptions
TypeDescription
IOException

create(AutoscalingPolicyServiceStubSettings settings)

public static final HttpJsonAutoscalingPolicyServiceStub create(AutoscalingPolicyServiceStubSettings settings)
Parameter
NameDescription
settingsAutoscalingPolicyServiceStubSettings
Returns
TypeDescription
HttpJsonAutoscalingPolicyServiceStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
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
NameDescription
settingsAutoscalingPolicyServiceStubSettings
clientContextClientContext

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
NameDescription
settingsAutoscalingPolicyServiceStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

createAutoscalingPolicyCallable()

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

deleteAutoscalingPolicyCallable()

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

getAutoscalingPolicyCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listAutoscalingPoliciesCallable()

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

listAutoscalingPoliciesPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateAutoscalingPolicyCallable()

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