Class EdgeNetworkStub (0.26.0)

public abstract class EdgeNetworkStub implements BackgroundResource

Base stub class for the EdgeNetwork service API.

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

Inheritance

java.lang.Object > EdgeNetworkStub

Implements

BackgroundResource

Constructors

EdgeNetworkStub()

public EdgeNetworkStub()

Methods

close()

public abstract void close()

createInterconnectAttachmentCallable()

public UnaryCallable<CreateInterconnectAttachmentRequest,Operation> createInterconnectAttachmentCallable()

createInterconnectAttachmentOperationCallable()

public OperationCallable<CreateInterconnectAttachmentRequest,InterconnectAttachment,OperationMetadata> createInterconnectAttachmentOperationCallable()

createNetworkCallable()

public UnaryCallable<CreateNetworkRequest,Operation> createNetworkCallable()
Returns
Type Description
UnaryCallable<CreateNetworkRequest,Operation>

createNetworkOperationCallable()

public OperationCallable<CreateNetworkRequest,Network,OperationMetadata> createNetworkOperationCallable()

createRouterCallable()

public UnaryCallable<CreateRouterRequest,Operation> createRouterCallable()
Returns
Type Description
UnaryCallable<CreateRouterRequest,Operation>

createRouterOperationCallable()

public OperationCallable<CreateRouterRequest,Router,OperationMetadata> createRouterOperationCallable()

createSubnetCallable()

public UnaryCallable<CreateSubnetRequest,Operation> createSubnetCallable()
Returns
Type Description
UnaryCallable<CreateSubnetRequest,Operation>

createSubnetOperationCallable()

public OperationCallable<CreateSubnetRequest,Subnet,OperationMetadata> createSubnetOperationCallable()

deleteInterconnectAttachmentCallable()

public UnaryCallable<DeleteInterconnectAttachmentRequest,Operation> deleteInterconnectAttachmentCallable()

deleteInterconnectAttachmentOperationCallable()

public OperationCallable<DeleteInterconnectAttachmentRequest,Empty,OperationMetadata> deleteInterconnectAttachmentOperationCallable()

deleteNetworkCallable()

public UnaryCallable<DeleteNetworkRequest,Operation> deleteNetworkCallable()
Returns
Type Description
UnaryCallable<DeleteNetworkRequest,Operation>

deleteNetworkOperationCallable()

public OperationCallable<DeleteNetworkRequest,Empty,OperationMetadata> deleteNetworkOperationCallable()

deleteRouterCallable()

public UnaryCallable<DeleteRouterRequest,Operation> deleteRouterCallable()
Returns
Type Description
UnaryCallable<DeleteRouterRequest,Operation>

deleteRouterOperationCallable()

public OperationCallable<DeleteRouterRequest,Empty,OperationMetadata> deleteRouterOperationCallable()

deleteSubnetCallable()

public UnaryCallable<DeleteSubnetRequest,Operation> deleteSubnetCallable()
Returns
Type Description
UnaryCallable<DeleteSubnetRequest,Operation>

deleteSubnetOperationCallable()

public OperationCallable<DeleteSubnetRequest,Empty,OperationMetadata> deleteSubnetOperationCallable()

diagnoseInterconnectCallable()

public UnaryCallable<DiagnoseInterconnectRequest,DiagnoseInterconnectResponse> diagnoseInterconnectCallable()

diagnoseNetworkCallable()

public UnaryCallable<DiagnoseNetworkRequest,DiagnoseNetworkResponse> diagnoseNetworkCallable()

diagnoseRouterCallable()

public UnaryCallable<DiagnoseRouterRequest,DiagnoseRouterResponse> diagnoseRouterCallable()

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getInterconnectAttachmentCallable()

public UnaryCallable<GetInterconnectAttachmentRequest,InterconnectAttachment> getInterconnectAttachmentCallable()

getInterconnectCallable()

public UnaryCallable<GetInterconnectRequest,Interconnect> getInterconnectCallable()

getLocationCallable()

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

getNetworkCallable()

public UnaryCallable<GetNetworkRequest,Network> getNetworkCallable()
Returns
Type Description
UnaryCallable<GetNetworkRequest,Network>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getRouterCallable()

public UnaryCallable<GetRouterRequest,Router> getRouterCallable()
Returns
Type Description
UnaryCallable<GetRouterRequest,Router>

getSubnetCallable()

public UnaryCallable<GetSubnetRequest,Subnet> getSubnetCallable()
Returns
Type Description
UnaryCallable<GetSubnetRequest,Subnet>

getZoneCallable() (deprecated)

public UnaryCallable<GetZoneRequest,Zone> getZoneCallable()
Returns
Type Description
UnaryCallable<GetZoneRequest,Zone>

initializeZoneCallable()

public UnaryCallable<InitializeZoneRequest,InitializeZoneResponse> initializeZoneCallable()

listInterconnectAttachmentsCallable()

public UnaryCallable<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse> listInterconnectAttachmentsCallable()

listInterconnectAttachmentsPagedCallable()

public UnaryCallable<ListInterconnectAttachmentsRequest,EdgeNetworkClient.ListInterconnectAttachmentsPagedResponse> listInterconnectAttachmentsPagedCallable()

listInterconnectsCallable()

public UnaryCallable<ListInterconnectsRequest,ListInterconnectsResponse> listInterconnectsCallable()

listInterconnectsPagedCallable()

public UnaryCallable<ListInterconnectsRequest,EdgeNetworkClient.ListInterconnectsPagedResponse> listInterconnectsPagedCallable()

listLocationsCallable()

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

listLocationsPagedCallable()

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

listNetworksCallable()

public UnaryCallable<ListNetworksRequest,ListNetworksResponse> listNetworksCallable()

listNetworksPagedCallable()

public UnaryCallable<ListNetworksRequest,EdgeNetworkClient.ListNetworksPagedResponse> listNetworksPagedCallable()

listRoutersCallable()

public UnaryCallable<ListRoutersRequest,ListRoutersResponse> listRoutersCallable()

listRoutersPagedCallable()

public UnaryCallable<ListRoutersRequest,EdgeNetworkClient.ListRoutersPagedResponse> listRoutersPagedCallable()

listSubnetsCallable()

public UnaryCallable<ListSubnetsRequest,ListSubnetsResponse> listSubnetsCallable()

listSubnetsPagedCallable()

public UnaryCallable<ListSubnetsRequest,EdgeNetworkClient.ListSubnetsPagedResponse> listSubnetsPagedCallable()

listZonesCallable() (deprecated)

public UnaryCallable<ListZonesRequest,ListZonesResponse> listZonesCallable()

listZonesPagedCallable() (deprecated)

public UnaryCallable<ListZonesRequest,EdgeNetworkClient.ListZonesPagedResponse> listZonesPagedCallable()

updateRouterCallable()

public UnaryCallable<UpdateRouterRequest,Operation> updateRouterCallable()
Returns
Type Description
UnaryCallable<UpdateRouterRequest,Operation>

updateRouterOperationCallable()

public OperationCallable<UpdateRouterRequest,Router,OperationMetadata> updateRouterOperationCallable()

updateSubnetCallable()

public UnaryCallable<UpdateSubnetRequest,Operation> updateSubnetCallable()
Returns
Type Description
UnaryCallable<UpdateSubnetRequest,Operation>

updateSubnetOperationCallable()

public OperationCallable<UpdateSubnetRequest,Subnet,OperationMetadata> updateSubnetOperationCallable()