@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 | Constructor and Description |
---|---|
protected |
HttpJsonGlobalForwardingRuleStub(GlobalForwardingRuleStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonGlobalForwardingRuleStub, using the given settings.
|
protected |
HttpJsonGlobalForwardingRuleStub(GlobalForwardingRuleStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonGlobalForwardingRuleStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<DeleteGlobalForwardingRuleHttpRequest,Operation> deleteGlobalForwardingRuleMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetGlobalForwardingRuleHttpRequest,ForwardingRule> getGlobalForwardingRuleMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertGlobalForwardingRuleHttpRequest,Operation> insertGlobalForwardingRuleMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListGlobalForwardingRulesHttpRequest,ForwardingRuleList> listGlobalForwardingRulesMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<SetTargetGlobalForwardingRuleHttpRequest,Operation> setTargetGlobalForwardingRuleMethodDescriptor
protected HttpJsonGlobalForwardingRuleStub(GlobalForwardingRuleStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonGlobalForwardingRuleStub(GlobalForwardingRuleStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonGlobalForwardingRuleStub create(GlobalForwardingRuleStubSettings settings) throws IOException
IOException
public static final HttpJsonGlobalForwardingRuleStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonGlobalForwardingRuleStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public UnaryCallable<DeleteGlobalForwardingRuleHttpRequest,Operation> deleteGlobalForwardingRuleCallable()
deleteGlobalForwardingRuleCallable
in class GlobalForwardingRuleStub
@BetaApi public UnaryCallable<GetGlobalForwardingRuleHttpRequest,ForwardingRule> getGlobalForwardingRuleCallable()
getGlobalForwardingRuleCallable
in class GlobalForwardingRuleStub
@BetaApi public UnaryCallable<InsertGlobalForwardingRuleHttpRequest,Operation> insertGlobalForwardingRuleCallable()
insertGlobalForwardingRuleCallable
in class GlobalForwardingRuleStub
@BetaApi public UnaryCallable<ListGlobalForwardingRulesHttpRequest,GlobalForwardingRuleClient.ListGlobalForwardingRulesPagedResponse> listGlobalForwardingRulesPagedCallable()
listGlobalForwardingRulesPagedCallable
in class GlobalForwardingRuleStub
@BetaApi public UnaryCallable<ListGlobalForwardingRulesHttpRequest,ForwardingRuleList> listGlobalForwardingRulesCallable()
listGlobalForwardingRulesCallable
in class GlobalForwardingRuleStub
@BetaApi public 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.