Class NetworkProfilesStub (1.65.0)

public abstract class NetworkProfilesStub implements BackgroundResource

Base stub class for the NetworkProfiles service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > NetworkProfilesStub

Implements

BackgroundResource

Constructors

NetworkProfilesStub()

public NetworkProfilesStub()

Methods

close()

public abstract void close()

getCallable()

public UnaryCallable<GetNetworkProfileRequest,NetworkProfile> getCallable()
Returns
Type Description
UnaryCallable<GetNetworkProfileRequest,NetworkProfile>

listCallable()

public UnaryCallable<ListNetworkProfilesRequest,NetworkProfilesListResponse> listCallable()
Returns
Type Description
UnaryCallable<ListNetworkProfilesRequest,NetworkProfilesListResponse>

listPagedCallable()

public UnaryCallable<ListNetworkProfilesRequest,NetworkProfilesClient.ListPagedResponse> listPagedCallable()
Returns
Type Description
UnaryCallable<ListNetworkProfilesRequest,ListPagedResponse>