Interface GetSystemInfoResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetSystemInfoResponse, GetSystemInfoResponse.Builder

@Generated(value="protoc", comments="annotations:GetSystemInfoResponseOrBuilder.java.pb.meta") public interface GetSystemInfoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    All capabilities the system supports.
    All capabilities the system supports.
    Version of the server.
    com.google.protobuf.ByteString
    Version of the server.
    boolean
    All capabilities the system supports.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getServerVersion

      String getServerVersion()
       Version of the server.
       
      string server_version = 1;
      Returns:
      The serverVersion.
    • getServerVersionBytes

      com.google.protobuf.ByteString getServerVersionBytes()
       Version of the server.
       
      string server_version = 1;
      Returns:
      The bytes for serverVersion.
    • hasCapabilities

      boolean hasCapabilities()
       All capabilities the system supports.
       
      .temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities capabilities = 2;
      Returns:
      Whether the capabilities field is set.
    • getCapabilities

       All capabilities the system supports.
       
      .temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities capabilities = 2;
      Returns:
      The capabilities.
    • getCapabilitiesOrBuilder

       All capabilities the system supports.
       
      .temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities capabilities = 2;