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 AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest.Builder. build()AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest.Builder. buildPartial()static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. getDefaultInstance()AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest.Builder. getDefaultInstanceForType()AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. getDefaultInstanceForType()static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseDelimitedFrom(InputStream input)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseFrom(byte[] data)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseFrom(InputStream input)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. parseFrom(ByteBuffer data)static AggregatedListServiceAttachmentsRequestAggregatedListServiceAttachmentsRequest. 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.AggregatedListPagedResponseServiceAttachmentsClient. aggregatedList(AggregatedListServiceAttachmentsRequest request)Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.AggregatedListServiceAttachmentsRequest.BuilderAggregatedListServiceAttachmentsRequest.Builder. mergeFrom(AggregatedListServiceAttachmentsRequest other)static AggregatedListServiceAttachmentsRequest.BuilderAggregatedListServiceAttachmentsRequest. newBuilder(AggregatedListServiceAttachmentsRequest prototype) -
Uses of AggregatedListServiceAttachmentsRequest in com.google.cloud.compute.v1.stub
-