@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonForwardingRuleStub extends ForwardingRuleStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonForwardingRuleStub(ForwardingRuleStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonForwardingRuleStub, using the given settings.
|
protected |
HttpJsonForwardingRuleStub(ForwardingRuleStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonForwardingRuleStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<AggregatedListForwardingRulesHttpRequest,ForwardingRuleAggregatedList> aggregatedListForwardingRulesMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<DeleteForwardingRuleHttpRequest,Operation> deleteForwardingRuleMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetForwardingRuleHttpRequest,ForwardingRule> getForwardingRuleMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertForwardingRuleHttpRequest,Operation> insertForwardingRuleMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListForwardingRulesHttpRequest,ForwardingRuleList> listForwardingRulesMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<SetTargetForwardingRuleHttpRequest,Operation> setTargetForwardingRuleMethodDescriptor
protected HttpJsonForwardingRuleStub(ForwardingRuleStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonForwardingRuleStub(ForwardingRuleStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonForwardingRuleStub create(ForwardingRuleStubSettings settings) throws IOException
IOException
public static final HttpJsonForwardingRuleStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonForwardingRuleStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public UnaryCallable<AggregatedListForwardingRulesHttpRequest,ForwardingRuleClient.AggregatedListForwardingRulesPagedResponse> aggregatedListForwardingRulesPagedCallable()
aggregatedListForwardingRulesPagedCallable
in class ForwardingRuleStub
@BetaApi public UnaryCallable<AggregatedListForwardingRulesHttpRequest,ForwardingRuleAggregatedList> aggregatedListForwardingRulesCallable()
aggregatedListForwardingRulesCallable
in class ForwardingRuleStub
@BetaApi public UnaryCallable<DeleteForwardingRuleHttpRequest,Operation> deleteForwardingRuleCallable()
deleteForwardingRuleCallable
in class ForwardingRuleStub
@BetaApi public UnaryCallable<GetForwardingRuleHttpRequest,ForwardingRule> getForwardingRuleCallable()
getForwardingRuleCallable
in class ForwardingRuleStub
@BetaApi public UnaryCallable<InsertForwardingRuleHttpRequest,Operation> insertForwardingRuleCallable()
insertForwardingRuleCallable
in class ForwardingRuleStub
@BetaApi public UnaryCallable<ListForwardingRulesHttpRequest,ForwardingRuleClient.ListForwardingRulesPagedResponse> listForwardingRulesPagedCallable()
listForwardingRulesPagedCallable
in class ForwardingRuleStub
@BetaApi public UnaryCallable<ListForwardingRulesHttpRequest,ForwardingRuleList> listForwardingRulesCallable()
listForwardingRulesCallable
in class ForwardingRuleStub
@BetaApi public UnaryCallable<SetTargetForwardingRuleHttpRequest,Operation> setTargetForwardingRuleCallable()
setTargetForwardingRuleCallable
in class ForwardingRuleStub
public final void close()
close
in interface AutoCloseable
close
in class ForwardingRuleStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.