@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonInterconnectAttachmentStub extends InterconnectAttachmentStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonInterconnectAttachmentStub(InterconnectAttachmentStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonInterconnectAttachmentStub, using the given settings.
|
protected |
HttpJsonInterconnectAttachmentStub(InterconnectAttachmentStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonInterconnectAttachmentStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<AggregatedListInterconnectAttachmentsHttpRequest,InterconnectAttachmentAggregatedList> aggregatedListInterconnectAttachmentsMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<DeleteInterconnectAttachmentHttpRequest,Operation> deleteInterconnectAttachmentMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetInterconnectAttachmentHttpRequest,InterconnectAttachment> getInterconnectAttachmentMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertInterconnectAttachmentHttpRequest,Operation> insertInterconnectAttachmentMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListInterconnectAttachmentsHttpRequest,InterconnectAttachmentList> listInterconnectAttachmentsMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<PatchInterconnectAttachmentHttpRequest,Operation> patchInterconnectAttachmentMethodDescriptor
protected HttpJsonInterconnectAttachmentStub(InterconnectAttachmentStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonInterconnectAttachmentStub(InterconnectAttachmentStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonInterconnectAttachmentStub create(InterconnectAttachmentStubSettings settings) throws IOException
IOException
public static final HttpJsonInterconnectAttachmentStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonInterconnectAttachmentStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public UnaryCallable<AggregatedListInterconnectAttachmentsHttpRequest,InterconnectAttachmentClient.AggregatedListInterconnectAttachmentsPagedResponse> aggregatedListInterconnectAttachmentsPagedCallable()
aggregatedListInterconnectAttachmentsPagedCallable
in class InterconnectAttachmentStub
@BetaApi public UnaryCallable<AggregatedListInterconnectAttachmentsHttpRequest,InterconnectAttachmentAggregatedList> aggregatedListInterconnectAttachmentsCallable()
aggregatedListInterconnectAttachmentsCallable
in class InterconnectAttachmentStub
@BetaApi public UnaryCallable<DeleteInterconnectAttachmentHttpRequest,Operation> deleteInterconnectAttachmentCallable()
deleteInterconnectAttachmentCallable
in class InterconnectAttachmentStub
@BetaApi public UnaryCallable<GetInterconnectAttachmentHttpRequest,InterconnectAttachment> getInterconnectAttachmentCallable()
getInterconnectAttachmentCallable
in class InterconnectAttachmentStub
@BetaApi public UnaryCallable<InsertInterconnectAttachmentHttpRequest,Operation> insertInterconnectAttachmentCallable()
insertInterconnectAttachmentCallable
in class InterconnectAttachmentStub
@BetaApi public UnaryCallable<ListInterconnectAttachmentsHttpRequest,InterconnectAttachmentClient.ListInterconnectAttachmentsPagedResponse> listInterconnectAttachmentsPagedCallable()
listInterconnectAttachmentsPagedCallable
in class InterconnectAttachmentStub
@BetaApi public UnaryCallable<ListInterconnectAttachmentsHttpRequest,InterconnectAttachmentList> listInterconnectAttachmentsCallable()
listInterconnectAttachmentsCallable
in class InterconnectAttachmentStub
@BetaApi public UnaryCallable<PatchInterconnectAttachmentHttpRequest,Operation> patchInterconnectAttachmentCallable()
patchInterconnectAttachmentCallable
in class InterconnectAttachmentStub
public final void close()
close
in interface AutoCloseable
close
in class InterconnectAttachmentStub
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.