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 ListForwardingRulesRequest
ListForwardingRulesRequest.Builder. build()
ListForwardingRulesRequest
ListForwardingRulesRequest.Builder. buildPartial()
static ListForwardingRulesRequest
ListForwardingRulesRequest. getDefaultInstance()
ListForwardingRulesRequest
ListForwardingRulesRequest.Builder. getDefaultInstanceForType()
ListForwardingRulesRequest
ListForwardingRulesRequest. getDefaultInstanceForType()
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseDelimitedFrom(InputStream input)
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseFrom(byte[] data)
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseFrom(InputStream input)
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListForwardingRulesRequest
ListForwardingRulesRequest. parseFrom(ByteBuffer data)
static ListForwardingRulesRequest
ListForwardingRulesRequest. 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.ListPagedResponse
ForwardingRulesClient. list(ListForwardingRulesRequest request)
Retrieves a list of ForwardingRule resources available to the specified project and region.ListForwardingRulesRequest.Builder
ListForwardingRulesRequest.Builder. mergeFrom(ListForwardingRulesRequest other)
static ListForwardingRulesRequest.Builder
ListForwardingRulesRequest. 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.ListPage
ForwardingRulesClient.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.
-