Class AutoscalingPolicyServiceStub (4.5.0)

public abstract class AutoscalingPolicyServiceStub implements BackgroundResource

Base stub class for the AutoscalingPolicyService service API.

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

Inheritance

java.lang.Object > AutoscalingPolicyServiceStub

Implements

BackgroundResource

Constructors

AutoscalingPolicyServiceStub()

public AutoscalingPolicyServiceStub()

Methods

close()

public abstract void close()

createAutoscalingPolicyCallable()

public UnaryCallable<CreateAutoscalingPolicyRequest,AutoscalingPolicy> createAutoscalingPolicyCallable()
Returns

deleteAutoscalingPolicyCallable()

public UnaryCallable<DeleteAutoscalingPolicyRequest,Empty> deleteAutoscalingPolicyCallable()
Returns

getAutoscalingPolicyCallable()

public UnaryCallable<GetAutoscalingPolicyRequest,AutoscalingPolicy> getAutoscalingPolicyCallable()
Returns

listAutoscalingPoliciesCallable()

public UnaryCallable<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse> listAutoscalingPoliciesCallable()
Returns

listAutoscalingPoliciesPagedCallable()

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

updateAutoscalingPolicyCallable()

public UnaryCallable<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> updateAutoscalingPolicyCallable()
Returns