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