@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 and Type | Field and Description |
---|---|
static com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListForwardingRulesHttpRequest,ForwardingRuleAggregatedList> |
aggregatedListForwardingRulesMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteForwardingRuleHttpRequest,Operation> |
deleteForwardingRuleMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetForwardingRuleHttpRequest,ForwardingRule> |
getForwardingRuleMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<InsertForwardingRuleHttpRequest,Operation> |
insertForwardingRuleMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListForwardingRulesHttpRequest,ForwardingRuleList> |
listForwardingRulesMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<SetTargetForwardingRuleHttpRequest,Operation> |
setTargetForwardingRuleMethodDescriptor |
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonForwardingRuleStub(ForwardingRuleStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonForwardingRuleStub, using the given settings.
|
protected |
HttpJsonForwardingRuleStub(ForwardingRuleStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonForwardingRuleStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListForwardingRulesHttpRequest,ForwardingRuleAggregatedList> aggregatedListForwardingRulesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteForwardingRuleHttpRequest,Operation> deleteForwardingRuleMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetForwardingRuleHttpRequest,ForwardingRule> getForwardingRuleMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertForwardingRuleHttpRequest,Operation> insertForwardingRuleMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListForwardingRulesHttpRequest,ForwardingRuleList> listForwardingRulesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<SetTargetForwardingRuleHttpRequest,Operation> setTargetForwardingRuleMethodDescriptor
protected HttpJsonForwardingRuleStub(ForwardingRuleStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonForwardingRuleStub(ForwardingRuleStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonForwardingRuleStub create(ForwardingRuleStubSettings settings) throws IOException
IOException
public static final HttpJsonForwardingRuleStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonForwardingRuleStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListForwardingRulesHttpRequest,ForwardingRuleClient.AggregatedListForwardingRulesPagedResponse> aggregatedListForwardingRulesPagedCallable()
aggregatedListForwardingRulesPagedCallable
in class ForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListForwardingRulesHttpRequest,ForwardingRuleAggregatedList> aggregatedListForwardingRulesCallable()
aggregatedListForwardingRulesCallable
in class ForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<DeleteForwardingRuleHttpRequest,Operation> deleteForwardingRuleCallable()
deleteForwardingRuleCallable
in class ForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetForwardingRuleHttpRequest,ForwardingRule> getForwardingRuleCallable()
getForwardingRuleCallable
in class ForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertForwardingRuleHttpRequest,Operation> insertForwardingRuleCallable()
insertForwardingRuleCallable
in class ForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesHttpRequest,ForwardingRuleClient.ListForwardingRulesPagedResponse> listForwardingRulesPagedCallable()
listForwardingRulesPagedCallable
in class ForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesHttpRequest,ForwardingRuleList> listForwardingRulesCallable()
listForwardingRulesCallable
in class ForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.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.