Uses of Class
com.google.cloud.compute.v1.ForwardingRuleAggregatedList
-
Packages that use ForwardingRuleAggregatedList 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 ForwardingRuleAggregatedList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ForwardingRuleAggregatedList Modifier and Type Method Description ForwardingRuleAggregatedList
ForwardingRuleAggregatedList.Builder. build()
ForwardingRuleAggregatedList
ForwardingRuleAggregatedList.Builder. buildPartial()
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. getDefaultInstance()
ForwardingRuleAggregatedList
ForwardingRuleAggregatedList.Builder. getDefaultInstanceForType()
ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. getDefaultInstanceForType()
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseDelimitedFrom(InputStream input)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseFrom(byte[] data)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseFrom(com.google.protobuf.ByteString data)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseFrom(InputStream input)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseFrom(ByteBuffer data)
static ForwardingRuleAggregatedList
ForwardingRuleAggregatedList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ForwardingRuleAggregatedList 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.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<ForwardingRuleAggregatedList>
ForwardingRuleAggregatedList. getParserForType()
static com.google.protobuf.Parser<ForwardingRuleAggregatedList>
ForwardingRuleAggregatedList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ForwardingRuleAggregatedList Modifier and Type Method Description protected ForwardingRulesClient.AggregatedListPage
ForwardingRulesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>> context, ForwardingRuleAggregatedList response)
ForwardingRuleAggregatedList.Builder
ForwardingRuleAggregatedList.Builder. mergeFrom(ForwardingRuleAggregatedList other)
static ForwardingRuleAggregatedList.Builder
ForwardingRuleAggregatedList. newBuilder(ForwardingRuleAggregatedList prototype)
-
Uses of ForwardingRuleAggregatedList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ForwardingRuleAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList>
ForwardingRulesStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList>
HttpJsonForwardingRulesStub. aggregatedListCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,ForwardingRulesClient.AggregatedListPagedResponse>
ForwardingRulesStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,ForwardingRulesClient.AggregatedListPagedResponse>
ForwardingRulesStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-