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

io.temporal.api.workflowservice.v1.DescribeScheduleRequestOrBuilder 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:DescribeScheduleRequestOrBuilder.java.pb.meta")
public interface DescribeScheduleRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.workflowservice.v1.DescribeScheduleRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The namespace of the schedule to describe.
   * 
* * string namespace = 1; * @return The namespace. */ java.lang.String getNamespace(); /** *
   * The namespace of the schedule to describe.
   * 
* * string namespace = 1; * @return The bytes for namespace. */ com.google.protobuf.ByteString getNamespaceBytes(); /** *
   * The id of the schedule to describe.
   * 
* * string schedule_id = 2; * @return The scheduleId. */ java.lang.String getScheduleId(); /** *
   * The id of the schedule to describe.
   * 
* * string schedule_id = 2; * @return The bytes for scheduleId. */ com.google.protobuf.ByteString getScheduleIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy