@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonGlobalForwardingRuleStub extends GlobalForwardingRuleStub
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<DeleteGlobalForwardingRuleHttpRequest,Operation> |
deleteGlobalForwardingRuleMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetGlobalForwardingRuleHttpRequest,ForwardingRule> |
getGlobalForwardingRuleMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<InsertGlobalForwardingRuleHttpRequest,Operation> |
insertGlobalForwardingRuleMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListGlobalForwardingRulesHttpRequest,ForwardingRuleList> |
listGlobalForwardingRulesMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<SetTargetGlobalForwardingRuleHttpRequest,Operation> |
setTargetGlobalForwardingRuleMethodDescriptor |
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonGlobalForwardingRuleStub(GlobalForwardingRuleStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonGlobalForwardingRuleStub, using the given settings.
|
protected |
HttpJsonGlobalForwardingRuleStub(GlobalForwardingRuleStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonGlobalForwardingRuleStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteGlobalForwardingRuleHttpRequest,Operation> deleteGlobalForwardingRuleMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetGlobalForwardingRuleHttpRequest,ForwardingRule> getGlobalForwardingRuleMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertGlobalForwardingRuleHttpRequest,Operation> insertGlobalForwardingRuleMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListGlobalForwardingRulesHttpRequest,ForwardingRuleList> listGlobalForwardingRulesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<SetTargetGlobalForwardingRuleHttpRequest,Operation> setTargetGlobalForwardingRuleMethodDescriptor
protected HttpJsonGlobalForwardingRuleStub(GlobalForwardingRuleStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonGlobalForwardingRuleStub(GlobalForwardingRuleStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonGlobalForwardingRuleStub create(GlobalForwardingRuleStubSettings settings) throws IOException
IOException
public static final HttpJsonGlobalForwardingRuleStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonGlobalForwardingRuleStub 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<DeleteGlobalForwardingRuleHttpRequest,Operation> deleteGlobalForwardingRuleCallable()
deleteGlobalForwardingRuleCallable
in class GlobalForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetGlobalForwardingRuleHttpRequest,ForwardingRule> getGlobalForwardingRuleCallable()
getGlobalForwardingRuleCallable
in class GlobalForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertGlobalForwardingRuleHttpRequest,Operation> insertGlobalForwardingRuleCallable()
insertGlobalForwardingRuleCallable
in class GlobalForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListGlobalForwardingRulesHttpRequest,GlobalForwardingRuleClient.ListGlobalForwardingRulesPagedResponse> listGlobalForwardingRulesPagedCallable()
listGlobalForwardingRulesPagedCallable
in class GlobalForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListGlobalForwardingRulesHttpRequest,ForwardingRuleList> listGlobalForwardingRulesCallable()
listGlobalForwardingRulesCallable
in class GlobalForwardingRuleStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<SetTargetGlobalForwardingRuleHttpRequest,Operation> setTargetGlobalForwardingRuleCallable()
setTargetGlobalForwardingRuleCallable
in class GlobalForwardingRuleStub
public final void close()
close
in interface AutoCloseable
close
in class GlobalForwardingRuleStub
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.