Uses of Class
com.google.cloud.compute.v1.ListForwardingRulesRequest
-
Packages that use ListForwardingRulesRequest 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 ListForwardingRulesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListForwardingRulesRequest Modifier and Type Method Description ListForwardingRulesRequestListForwardingRulesRequest.Builder. build()ListForwardingRulesRequestListForwardingRulesRequest.Builder. buildPartial()static ListForwardingRulesRequestListForwardingRulesRequest. getDefaultInstance()ListForwardingRulesRequestListForwardingRulesRequest.Builder. getDefaultInstanceForType()ListForwardingRulesRequestListForwardingRulesRequest. getDefaultInstanceForType()static ListForwardingRulesRequestListForwardingRulesRequest. parseDelimitedFrom(InputStream input)static ListForwardingRulesRequestListForwardingRulesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListForwardingRulesRequestListForwardingRulesRequest. parseFrom(byte[] data)static ListForwardingRulesRequestListForwardingRulesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListForwardingRulesRequestListForwardingRulesRequest. parseFrom(com.google.protobuf.ByteString data)static ListForwardingRulesRequestListForwardingRulesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListForwardingRulesRequestListForwardingRulesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListForwardingRulesRequestListForwardingRulesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListForwardingRulesRequestListForwardingRulesRequest. parseFrom(InputStream input)static ListForwardingRulesRequestListForwardingRulesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListForwardingRulesRequestListForwardingRulesRequest. parseFrom(ByteBuffer data)static ListForwardingRulesRequestListForwardingRulesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListForwardingRulesRequest Modifier and Type Method Description com.google.protobuf.Parser<ListForwardingRulesRequest>ListForwardingRulesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesRequest,ForwardingRuleList>ForwardingRulesClient. listCallable()Retrieves a list of ForwardingRule resources available to the specified project and region.com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesRequest,ForwardingRulesClient.ListPagedResponse>ForwardingRulesClient. listPagedCallable()Retrieves a list of ForwardingRule resources available to the specified project and region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRulesClient.ListPagedResponse>ForwardingRulesSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRulesClient.ListPagedResponse>ForwardingRulesSettings. listSettings()Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListForwardingRulesRequest>ListForwardingRulesRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListForwardingRulesRequest Modifier and Type Method Description ForwardingRulesClient.ListPagedResponseForwardingRulesClient. list(ListForwardingRulesRequest request)Retrieves a list of ForwardingRule resources available to the specified project and region.ListForwardingRulesRequest.BuilderListForwardingRulesRequest.Builder. mergeFrom(ListForwardingRulesRequest other)static ListForwardingRulesRequest.BuilderListForwardingRulesRequest. newBuilder(ListForwardingRulesRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListForwardingRulesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ForwardingRulesClient.ListPagedResponse>ForwardingRulesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, com.google.api.core.ApiFuture<ForwardingRuleList> futureResponse)protected ForwardingRulesClient.ListPageForwardingRulesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, ForwardingRuleList response)com.google.api.core.ApiFuture<ForwardingRulesClient.ListPage>ForwardingRulesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, com.google.api.core.ApiFuture<ForwardingRuleList> futureResponse) -
Uses of ListForwardingRulesRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListForwardingRulesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesRequest,ForwardingRuleList>ForwardingRulesStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesRequest,ForwardingRuleList>HttpJsonForwardingRulesStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesRequest,ForwardingRulesClient.ListPagedResponse>ForwardingRulesStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListForwardingRulesRequest,ForwardingRulesClient.ListPagedResponse>HttpJsonForwardingRulesStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRulesClient.ListPagedResponse>ForwardingRulesStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRulesClient.ListPagedResponse>ForwardingRulesStubSettings. listSettings()Returns the object with the settings used for calls to list.
-