Uses of Class
com.google.cloud.compute.v1.NotificationEndpointList
-
Packages that use NotificationEndpointList 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 NotificationEndpointList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NotificationEndpointList Modifier and Type Method Description NotificationEndpointList
NotificationEndpointList.Builder. build()
NotificationEndpointList
NotificationEndpointList.Builder. buildPartial()
static NotificationEndpointList
NotificationEndpointList. getDefaultInstance()
NotificationEndpointList
NotificationEndpointList.Builder. getDefaultInstanceForType()
NotificationEndpointList
NotificationEndpointList. getDefaultInstanceForType()
static NotificationEndpointList
NotificationEndpointList. parseDelimitedFrom(InputStream input)
static NotificationEndpointList
NotificationEndpointList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationEndpointList
NotificationEndpointList. parseFrom(byte[] data)
static NotificationEndpointList
NotificationEndpointList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationEndpointList
NotificationEndpointList. parseFrom(com.google.protobuf.ByteString data)
static NotificationEndpointList
NotificationEndpointList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationEndpointList
NotificationEndpointList. parseFrom(com.google.protobuf.CodedInputStream input)
static NotificationEndpointList
NotificationEndpointList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationEndpointList
NotificationEndpointList. parseFrom(InputStream input)
static NotificationEndpointList
NotificationEndpointList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NotificationEndpointList
NotificationEndpointList. parseFrom(ByteBuffer data)
static NotificationEndpointList
NotificationEndpointList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type NotificationEndpointList Modifier and Type Method Description com.google.protobuf.Parser<NotificationEndpointList>
NotificationEndpointList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListRegionNotificationEndpointsRequest,NotificationEndpointList>
RegionNotificationEndpointsClient. listCallable()
Lists the NotificationEndpoints for a project in the given region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionNotificationEndpointsRequest,NotificationEndpointList,RegionNotificationEndpointsClient.ListPagedResponse>
RegionNotificationEndpointsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionNotificationEndpointsRequest,NotificationEndpointList,RegionNotificationEndpointsClient.ListPagedResponse>
RegionNotificationEndpointsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<NotificationEndpointList>
NotificationEndpointList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type NotificationEndpointList Modifier and Type Method Description protected RegionNotificationEndpointsClient.ListPage
RegionNotificationEndpointsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, NotificationEndpointList response)
NotificationEndpointList.Builder
NotificationEndpointList.Builder. mergeFrom(NotificationEndpointList other)
static NotificationEndpointList.Builder
NotificationEndpointList. newBuilder(NotificationEndpointList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type NotificationEndpointList Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionNotificationEndpointsClient.ListPagedResponse>
RegionNotificationEndpointsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, com.google.api.core.ApiFuture<NotificationEndpointList> futureResponse)
static com.google.api.core.ApiFuture<RegionNotificationEndpointsClient.ListPagedResponse>
RegionNotificationEndpointsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, com.google.api.core.ApiFuture<NotificationEndpointList> futureResponse)
protected RegionNotificationEndpointsClient.ListPage
RegionNotificationEndpointsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, NotificationEndpointList response)
com.google.api.core.ApiFuture<RegionNotificationEndpointsClient.ListPage>
RegionNotificationEndpointsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, com.google.api.core.ApiFuture<NotificationEndpointList> futureResponse)
com.google.api.core.ApiFuture<RegionNotificationEndpointsClient.ListPage>
RegionNotificationEndpointsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionNotificationEndpointsRequest,NotificationEndpointList,NotificationEndpoint> context, com.google.api.core.ApiFuture<NotificationEndpointList> futureResponse)
-
Uses of NotificationEndpointList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NotificationEndpointList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionNotificationEndpointsRequest,NotificationEndpointList>
HttpJsonRegionNotificationEndpointsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionNotificationEndpointsRequest,NotificationEndpointList>
RegionNotificationEndpointsStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionNotificationEndpointsRequest,NotificationEndpointList,RegionNotificationEndpointsClient.ListPagedResponse>
RegionNotificationEndpointsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionNotificationEndpointsRequest,NotificationEndpointList,RegionNotificationEndpointsClient.ListPagedResponse>
RegionNotificationEndpointsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-