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 AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest.Builder. build()AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest.Builder. buildPartial()static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. getDefaultInstance()AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest.Builder. getDefaultInstanceForType()AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. getDefaultInstanceForType()static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseDelimitedFrom(InputStream input)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseFrom(byte[] data)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseFrom(InputStream input)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. parseFrom(ByteBuffer data)static AggregatedListForwardingRulesRequestAggregatedListForwardingRulesRequest. 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.AggregatedListPagedResponseForwardingRulesClient. aggregatedList(AggregatedListForwardingRulesRequest request)Retrieves an aggregated list of forwarding rules.AggregatedListForwardingRulesRequest.BuilderAggregatedListForwardingRulesRequest.Builder. mergeFrom(AggregatedListForwardingRulesRequest other)static AggregatedListForwardingRulesRequest.BuilderAggregatedListForwardingRulesRequest. newBuilder(AggregatedListForwardingRulesRequest prototype) -
Uses of AggregatedListForwardingRulesRequest in com.google.cloud.compute.v1.stub
-