Interface DescribeScheduleRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescribeScheduleRequest,DescribeScheduleRequest.Builder
@Generated(value="protoc",
comments="annotations:DescribeScheduleRequestOrBuilder.java.pb.meta")
public interface DescribeScheduleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe namespace of the schedule to describe.com.google.protobuf.ByteStringThe namespace of the schedule to describe.The id of the schedule to describe.com.google.protobuf.ByteStringThe id of the schedule to describe.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
String getNamespace()The namespace of the schedule to describe.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()The namespace of the schedule to describe.
string namespace = 1;- Returns:
- The bytes for namespace.
-
getScheduleId
String getScheduleId()The id of the schedule to describe.
string schedule_id = 2;- Returns:
- The scheduleId.
-
getScheduleIdBytes
com.google.protobuf.ByteString getScheduleIdBytes()The id of the schedule to describe.
string schedule_id = 2;- Returns:
- The bytes for scheduleId.
-