SDKClientWithResponseMetadata

agones.dev.sdk.sdk.ZioSdk$.SDKClientWithResponseMetadata$
See theSDKClientWithResponseMetadata companion trait

Attributes

Companion
trait
Graph
Supertypes
trait GeneratedClient[SDKWithResponseMetadataAccessors]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def live[Context](managedChannel: ZManagedChannel, transforms: ClientTransform): ZLayer[Any, Throwable, SDKClientWithResponseMetadata]
def live[Context](managedChannel: ZManagedChannel, options: CallOptions, metadata: UIO[SafeMetadata]): ZLayer[Any, Throwable, SDKClientWithResponseMetadata]
def scoped(managedChannel: ZManagedChannel, transforms: ClientTransform): ZIO[Scope, Throwable, SDKClientWithResponseMetadata]
def scoped(managedChannel: ZManagedChannel, options: CallOptions, metadata: UIO[SafeMetadata]): ZIO[Scope, Throwable, SDKClientWithResponseMetadata]

Inherited methods

def allocate(request: Empty): ZIO[SDKClientWithResponseMetadata, StatusException, ResponseContext[Empty]]

Attributes

Inherited from:
SDKWithResponseMetadataAccessors
def getGameServer(request: Empty): ZIO[SDKClientWithResponseMetadata, StatusException, ResponseContext[GameServer]]

Attributes

Inherited from:
SDKWithResponseMetadataAccessors
def health(request: Stream[StatusException, Empty]): ZIO[SDKClientWithResponseMetadata, StatusException, ResponseContext[Empty]]

Attributes

Inherited from:
SDKWithResponseMetadataAccessors
def mapCallOptions(f: CallOptions => CallOptions): S

Attributes

Inherited from:
GeneratedClient
def mapMetadataZIO(f: SafeMetadata => UIO[SafeMetadata]): S

Attributes

Inherited from:
GeneratedClient
def ready(request: Empty): ZIO[SDKClientWithResponseMetadata, StatusException, ResponseContext[Empty]]

Attributes

Inherited from:
SDKWithResponseMetadataAccessors
def reserve(request: Duration): ZIO[SDKClientWithResponseMetadata, StatusException, ResponseContext[Empty]]

Attributes

Inherited from:
SDKWithResponseMetadataAccessors
def setAnnotation(request: KeyValue): ZIO[SDKClientWithResponseMetadata, StatusException, ResponseContext[Empty]]

Attributes

Inherited from:
SDKWithResponseMetadataAccessors
def setLabel(request: KeyValue): ZIO[SDKClientWithResponseMetadata, StatusException, ResponseContext[Empty]]

Attributes

Inherited from:
SDKWithResponseMetadataAccessors
def shutdown(request: Empty): ZIO[SDKClientWithResponseMetadata, StatusException, ResponseContext[Empty]]

Attributes

Inherited from:
SDKWithResponseMetadataAccessors
override def transform(t: ClientTransform): SDKWithResponseMetadataAccessors

Attributes

Definition Classes
Inherited from:
SDKWithResponseMetadataAccessors
def transform(t: Transform): S

Attributes

Inherited from:
GeneratedClient
def watchGameServer(request: Empty): ZStream[SDKClientWithResponseMetadata, StatusException, ResponseFrame[GameServer]]

Attributes

Inherited from:
SDKWithResponseMetadataAccessors
def withCallOptions(callOptions: CallOptions): S

Attributes

Inherited from:
GeneratedClient
def withDeadline(deadline: Deadline): S

Attributes

Inherited from:
GeneratedClient
def withMetadataZIO(metadata: UIO[SafeMetadata]): S

Attributes

Inherited from:
GeneratedClient
def withTimeout(duration: Duration): S

Attributes

Inherited from:
GeneratedClient
def withTimeoutMillis(millis: Long): S

Attributes

Inherited from:
GeneratedClient