Uses of Class
com.google.cloud.compute.v1.ListNetworkEndpointGroupsRequest
-
Packages that use ListNetworkEndpointGroupsRequest 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 ListNetworkEndpointGroupsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListNetworkEndpointGroupsRequest Modifier and Type Method Description ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest.Builder. build()
ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest.Builder. buildPartial()
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. getDefaultInstance()
ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest.Builder. getDefaultInstanceForType()
ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. getDefaultInstanceForType()
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseDelimitedFrom(InputStream input)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseFrom(byte[] data)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseFrom(InputStream input)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseFrom(ByteBuffer data)
static ListNetworkEndpointGroupsRequest
ListNetworkEndpointGroupsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ListNetworkEndpointGroupsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListNetworkEndpointGroupsRequest>
ListNetworkEndpointGroupsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList>
NetworkEndpointGroupsClient. listCallable()
Retrieves the list of network endpoint groups that are located in the specified project and zone.com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsClient. listPagedCallable()
Retrieves the list of network endpoint groups that are located in the specified project and zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListNetworkEndpointGroupsRequest>
ListNetworkEndpointGroupsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ListNetworkEndpointGroupsRequest Modifier and Type Method Description NetworkEndpointGroupsClient.ListPagedResponse
NetworkEndpointGroupsClient. list(ListNetworkEndpointGroupsRequest request)
Retrieves the list of network endpoint groups that are located in the specified project and zone.ListNetworkEndpointGroupsRequest.Builder
ListNetworkEndpointGroupsRequest.Builder. mergeFrom(ListNetworkEndpointGroupsRequest other)
static ListNetworkEndpointGroupsRequest.Builder
ListNetworkEndpointGroupsRequest. newBuilder(ListNetworkEndpointGroupsRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ListNetworkEndpointGroupsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroup> context, com.google.api.core.ApiFuture<NetworkEndpointGroupList> futureResponse)
protected NetworkEndpointGroupsClient.ListPage
NetworkEndpointGroupsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroup> context, NetworkEndpointGroupList response)
com.google.api.core.ApiFuture<NetworkEndpointGroupsClient.ListPage>
NetworkEndpointGroupsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroup> context, com.google.api.core.ApiFuture<NetworkEndpointGroupList> futureResponse)
-
Uses of ListNetworkEndpointGroupsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListNetworkEndpointGroupsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList>
HttpJsonNetworkEndpointGroupsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList>
NetworkEndpointGroupsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupsClient.ListPagedResponse>
HttpJsonNetworkEndpointGroupsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNetworkEndpointGroupsRequest,NetworkEndpointGroupList,NetworkEndpointGroupsClient.ListPagedResponse>
NetworkEndpointGroupsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-