Uses of Class
com.google.cloud.compute.v1.ServiceAttachmentList
-
Packages that use ServiceAttachmentList Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of ServiceAttachmentList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ServiceAttachmentList Modifier and Type Method Description ServiceAttachmentList
ServiceAttachmentList.Builder. build()
ServiceAttachmentList
ServiceAttachmentList.Builder. buildPartial()
static ServiceAttachmentList
ServiceAttachmentList. getDefaultInstance()
ServiceAttachmentList
ServiceAttachmentList.Builder. getDefaultInstanceForType()
ServiceAttachmentList
ServiceAttachmentList. getDefaultInstanceForType()
static ServiceAttachmentList
ServiceAttachmentList. parseDelimitedFrom(InputStream input)
static ServiceAttachmentList
ServiceAttachmentList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentList
ServiceAttachmentList. parseFrom(byte[] data)
static ServiceAttachmentList
ServiceAttachmentList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentList
ServiceAttachmentList. parseFrom(com.google.protobuf.ByteString data)
static ServiceAttachmentList
ServiceAttachmentList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentList
ServiceAttachmentList. parseFrom(com.google.protobuf.CodedInputStream input)
static ServiceAttachmentList
ServiceAttachmentList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentList
ServiceAttachmentList. parseFrom(InputStream input)
static ServiceAttachmentList
ServiceAttachmentList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachmentList
ServiceAttachmentList. parseFrom(ByteBuffer data)
static ServiceAttachmentList
ServiceAttachmentList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ServiceAttachmentList Modifier and Type Method Description com.google.protobuf.Parser<ServiceAttachmentList>
ServiceAttachmentList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListServiceAttachmentsRequest,ServiceAttachmentList>
ServiceAttachmentsClient. listCallable()
Lists the ServiceAttachments for a project in the given scope.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachmentsClient.ListPagedResponse>
ServiceAttachmentsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachmentsClient.ListPagedResponse>
ServiceAttachmentsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ServiceAttachmentList>
ServiceAttachmentList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ServiceAttachmentList Modifier and Type Method Description protected ServiceAttachmentsClient.ListPage
ServiceAttachmentsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ServiceAttachmentList response)
ServiceAttachmentList.Builder
ServiceAttachmentList.Builder. mergeFrom(ServiceAttachmentList other)
static ServiceAttachmentList.Builder
ServiceAttachmentList. newBuilder(ServiceAttachmentList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ServiceAttachmentList Modifier and Type Method Description static com.google.api.core.ApiFuture<ServiceAttachmentsClient.ListPagedResponse>
ServiceAttachmentsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, com.google.api.core.ApiFuture<ServiceAttachmentList> futureResponse)
static com.google.api.core.ApiFuture<ServiceAttachmentsClient.ListPagedResponse>
ServiceAttachmentsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, com.google.api.core.ApiFuture<ServiceAttachmentList> futureResponse)
protected ServiceAttachmentsClient.ListPage
ServiceAttachmentsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ServiceAttachmentList response)
com.google.api.core.ApiFuture<ServiceAttachmentsClient.ListPage>
ServiceAttachmentsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, com.google.api.core.ApiFuture<ServiceAttachmentList> futureResponse)
com.google.api.core.ApiFuture<ServiceAttachmentsClient.ListPage>
ServiceAttachmentsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, com.google.api.core.ApiFuture<ServiceAttachmentList> futureResponse)
-
Uses of ServiceAttachmentList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ServiceAttachmentList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServiceAttachmentsRequest,ServiceAttachmentList>
HttpJsonServiceAttachmentsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListServiceAttachmentsRequest,ServiceAttachmentList>
ServiceAttachmentsStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachmentsClient.ListPagedResponse>
ServiceAttachmentsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachmentsClient.ListPagedResponse>
ServiceAttachmentsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-