Uses of Class
com.google.cloud.compute.v1.AggregatedListServiceAttachmentsRequest
-
Packages that use AggregatedListServiceAttachmentsRequest 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 AggregatedListServiceAttachmentsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListServiceAttachmentsRequest Modifier and Type Method Description AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest.Builder. build()
AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest.Builder. buildPartial()
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. getDefaultInstance()
AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest.Builder. getDefaultInstanceForType()
AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. getDefaultInstanceForType()
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseDelimitedFrom(InputStream input)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseFrom(byte[] data)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseFrom(InputStream input)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseFrom(ByteBuffer data)
static AggregatedListServiceAttachmentsRequest
AggregatedListServiceAttachmentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListServiceAttachmentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList>
ServiceAttachmentsClient. aggregatedListCallable()
Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.com.google.api.gax.rpc.UnaryCallable<AggregatedListServiceAttachmentsRequest,ServiceAttachmentsClient.AggregatedListPagedResponse>
ServiceAttachmentsClient. aggregatedListPagedCallable()
Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,ServiceAttachmentsClient.AggregatedListPagedResponse>
ServiceAttachmentsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,ServiceAttachmentsClient.AggregatedListPagedResponse>
ServiceAttachmentsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListServiceAttachmentsRequest>
AggregatedListServiceAttachmentsRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListServiceAttachmentsRequest>
AggregatedListServiceAttachmentsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListServiceAttachmentsRequest Modifier and Type Method Description ServiceAttachmentsClient.AggregatedListPagedResponse
ServiceAttachmentsClient. aggregatedList(AggregatedListServiceAttachmentsRequest request)
Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.AggregatedListServiceAttachmentsRequest.Builder
AggregatedListServiceAttachmentsRequest.Builder. mergeFrom(AggregatedListServiceAttachmentsRequest other)
static AggregatedListServiceAttachmentsRequest.Builder
AggregatedListServiceAttachmentsRequest. newBuilder(AggregatedListServiceAttachmentsRequest prototype)
-
Uses of AggregatedListServiceAttachmentsRequest in com.google.cloud.compute.v1.stub
-