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