All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.workflowservice.v1.GetSystemInfoResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/workflowservice/v1/request_response.proto

package io.temporal.api.workflowservice.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:GetSystemInfoResponseOrBuilder.java.pb.meta")
public interface GetSystemInfoResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.workflowservice.v1.GetSystemInfoResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Version of the server.
   * 
* * string server_version = 1; * @return The serverVersion. */ java.lang.String getServerVersion(); /** *
   * Version of the server.
   * 
* * string server_version = 1; * @return The bytes for serverVersion. */ com.google.protobuf.ByteString getServerVersionBytes(); /** *
   * All capabilities the system supports.
   * 
* * .temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities capabilities = 2; * @return Whether the capabilities field is set. */ boolean hasCapabilities(); /** *
   * All capabilities the system supports.
   * 
* * .temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities capabilities = 2; * @return The capabilities. */ io.temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities getCapabilities(); /** *
   * All capabilities the system supports.
   * 
* * .temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities capabilities = 2; */ io.temporal.api.workflowservice.v1.GetSystemInfoResponse.CapabilitiesOrBuilder getCapabilitiesOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy