Class LivestreamServiceStub (0.45.0)

public abstract class LivestreamServiceStub implements BackgroundResource

Base stub class for the LivestreamService service API.

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

Inheritance

java.lang.Object > LivestreamServiceStub

Implements

BackgroundResource

Constructors

LivestreamServiceStub()

public LivestreamServiceStub()

Methods

close()

public abstract void close()

createAssetCallable()

public UnaryCallable<CreateAssetRequest,Operation> createAssetCallable()
Returns
Type Description
UnaryCallable<CreateAssetRequest,Operation>

createAssetOperationCallable()

public OperationCallable<CreateAssetRequest,Asset,OperationMetadata> createAssetOperationCallable()
Returns
Type Description
OperationCallable<CreateAssetRequest,Asset,OperationMetadata>

createChannelCallable()

public UnaryCallable<CreateChannelRequest,Operation> createChannelCallable()
Returns
Type Description
UnaryCallable<CreateChannelRequest,Operation>

createChannelOperationCallable()

public OperationCallable<CreateChannelRequest,Channel,OperationMetadata> createChannelOperationCallable()
Returns
Type Description
OperationCallable<CreateChannelRequest,Channel,OperationMetadata>

createEventCallable()

public UnaryCallable<CreateEventRequest,Event> createEventCallable()
Returns
Type Description
UnaryCallable<CreateEventRequest,Event>

createInputCallable()

public UnaryCallable<CreateInputRequest,Operation> createInputCallable()
Returns
Type Description
UnaryCallable<CreateInputRequest,Operation>

createInputOperationCallable()

public OperationCallable<CreateInputRequest,Input,OperationMetadata> createInputOperationCallable()
Returns
Type Description
OperationCallable<CreateInputRequest,Input,OperationMetadata>

deleteAssetCallable()

public UnaryCallable<DeleteAssetRequest,Operation> deleteAssetCallable()
Returns
Type Description
UnaryCallable<DeleteAssetRequest,Operation>

deleteAssetOperationCallable()

public OperationCallable<DeleteAssetRequest,Empty,OperationMetadata> deleteAssetOperationCallable()
Returns
Type Description
OperationCallable<DeleteAssetRequest,Empty,OperationMetadata>

deleteChannelCallable()

public UnaryCallable<DeleteChannelRequest,Operation> deleteChannelCallable()
Returns
Type Description
UnaryCallable<DeleteChannelRequest,Operation>

deleteChannelOperationCallable()

public OperationCallable<DeleteChannelRequest,Empty,OperationMetadata> deleteChannelOperationCallable()
Returns
Type Description
OperationCallable<DeleteChannelRequest,Empty,OperationMetadata>

deleteEventCallable()

public UnaryCallable<DeleteEventRequest,Empty> deleteEventCallable()
Returns
Type Description
UnaryCallable<DeleteEventRequest,Empty>

deleteInputCallable()

public UnaryCallable<DeleteInputRequest,Operation> deleteInputCallable()
Returns
Type Description
UnaryCallable<DeleteInputRequest,Operation>

deleteInputOperationCallable()

public OperationCallable<DeleteInputRequest,Empty,OperationMetadata> deleteInputOperationCallable()
Returns
Type Description
OperationCallable<DeleteInputRequest,Empty,OperationMetadata>

getAssetCallable()

public UnaryCallable<GetAssetRequest,Asset> getAssetCallable()
Returns
Type Description
UnaryCallable<GetAssetRequest,Asset>

getChannelCallable()

public UnaryCallable<GetChannelRequest,Channel> getChannelCallable()
Returns
Type Description
UnaryCallable<GetChannelRequest,Channel>

getEventCallable()

public UnaryCallable<GetEventRequest,Event> getEventCallable()
Returns
Type Description
UnaryCallable<GetEventRequest,Event>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getInputCallable()

public UnaryCallable<GetInputRequest,Input> getInputCallable()
Returns
Type Description
UnaryCallable<GetInputRequest,Input>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getPoolCallable()

public UnaryCallable<GetPoolRequest,Pool> getPoolCallable()
Returns
Type Description
UnaryCallable<GetPoolRequest,Pool>

listAssetsCallable()

public UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()
Returns
Type Description
UnaryCallable<ListAssetsRequest,ListAssetsResponse>

listAssetsPagedCallable()

public UnaryCallable<ListAssetsRequest,LivestreamServiceClient.ListAssetsPagedResponse> listAssetsPagedCallable()
Returns
Type Description
UnaryCallable<ListAssetsRequest,ListAssetsPagedResponse>

listChannelsCallable()

public UnaryCallable<ListChannelsRequest,ListChannelsResponse> listChannelsCallable()
Returns
Type Description
UnaryCallable<ListChannelsRequest,ListChannelsResponse>

listChannelsPagedCallable()

public UnaryCallable<ListChannelsRequest,LivestreamServiceClient.ListChannelsPagedResponse> listChannelsPagedCallable()
Returns
Type Description
UnaryCallable<ListChannelsRequest,ListChannelsPagedResponse>

listEventsCallable()

public UnaryCallable<ListEventsRequest,ListEventsResponse> listEventsCallable()
Returns
Type Description
UnaryCallable<ListEventsRequest,ListEventsResponse>

listEventsPagedCallable()

public UnaryCallable<ListEventsRequest,LivestreamServiceClient.ListEventsPagedResponse> listEventsPagedCallable()
Returns
Type Description
UnaryCallable<ListEventsRequest,ListEventsPagedResponse>

listInputsCallable()

public UnaryCallable<ListInputsRequest,ListInputsResponse> listInputsCallable()
Returns
Type Description
UnaryCallable<ListInputsRequest,ListInputsResponse>

listInputsPagedCallable()

public UnaryCallable<ListInputsRequest,LivestreamServiceClient.ListInputsPagedResponse> listInputsPagedCallable()
Returns
Type Description
UnaryCallable<ListInputsRequest,ListInputsPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,LivestreamServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

startChannelCallable()

public UnaryCallable<StartChannelRequest,Operation> startChannelCallable()
Returns
Type Description
UnaryCallable<StartChannelRequest,Operation>

startChannelOperationCallable()

public OperationCallable<StartChannelRequest,ChannelOperationResponse,OperationMetadata> startChannelOperationCallable()
Returns
Type Description
OperationCallable<StartChannelRequest,ChannelOperationResponse,OperationMetadata>

stopChannelCallable()

public UnaryCallable<StopChannelRequest,Operation> stopChannelCallable()
Returns
Type Description
UnaryCallable<StopChannelRequest,Operation>

stopChannelOperationCallable()

public OperationCallable<StopChannelRequest,ChannelOperationResponse,OperationMetadata> stopChannelOperationCallable()
Returns
Type Description
OperationCallable<StopChannelRequest,ChannelOperationResponse,OperationMetadata>

updateChannelCallable()

public UnaryCallable<UpdateChannelRequest,Operation> updateChannelCallable()
Returns
Type Description
UnaryCallable<UpdateChannelRequest,Operation>

updateChannelOperationCallable()

public OperationCallable<UpdateChannelRequest,Channel,OperationMetadata> updateChannelOperationCallable()
Returns
Type Description
OperationCallable<UpdateChannelRequest,Channel,OperationMetadata>

updateInputCallable()

public UnaryCallable<UpdateInputRequest,Operation> updateInputCallable()
Returns
Type Description
UnaryCallable<UpdateInputRequest,Operation>

updateInputOperationCallable()

public OperationCallable<UpdateInputRequest,Input,OperationMetadata> updateInputOperationCallable()
Returns
Type Description
OperationCallable<UpdateInputRequest,Input,OperationMetadata>

updatePoolCallable()

public UnaryCallable<UpdatePoolRequest,Operation> updatePoolCallable()
Returns
Type Description
UnaryCallable<UpdatePoolRequest,Operation>

updatePoolOperationCallable()

public OperationCallable<UpdatePoolRequest,Pool,OperationMetadata> updatePoolOperationCallable()
Returns
Type Description
OperationCallable<UpdatePoolRequest,Pool,OperationMetadata>