Package com.cognite.client.dto
Interface Transformation.ScheduleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transformation.Schedule,Transformation.Schedule.Builder
- Enclosing class:
- Transformation
public static interface Transformation.ScheduleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional int64 created_time = 3;optional string external_id = 2;com.google.protobuf.ByteStringoptional string external_id = 2;intgetId()optional int32 id = 1;optional string interval = 5;com.google.protobuf.ByteStringoptional string interval = 5;booleanoptional bool is_paused = 6;longoptional int64 last_updated_time = 4;booleanoptional int64 created_time = 3;booleanoptional string external_id = 2;booleanhasId()optional int32 id = 1;booleanoptional string interval = 5;booleanoptional bool is_paused = 6;booleanoptional int64 last_updated_time = 4;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
-
hasId
boolean hasId()optional int32 id = 1;- Returns:
- Whether the id field is set.
-
getId
int getId()optional int32 id = 1;- Returns:
- The id.
-
hasExternalId
boolean hasExternalId()optional string external_id = 2;- Returns:
- Whether the externalId field is set.
-
getExternalId
String getExternalId()optional string external_id = 2;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()optional string external_id = 2;- Returns:
- The bytes for externalId.
-
hasCreatedTime
boolean hasCreatedTime()optional int64 created_time = 3;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()optional int64 created_time = 3;- Returns:
- The createdTime.
-
hasLastUpdatedTime
boolean hasLastUpdatedTime()optional int64 last_updated_time = 4;- Returns:
- Whether the lastUpdatedTime field is set.
-
getLastUpdatedTime
long getLastUpdatedTime()optional int64 last_updated_time = 4;- Returns:
- The lastUpdatedTime.
-
hasInterval
boolean hasInterval()optional string interval = 5;- Returns:
- Whether the interval field is set.
-
getInterval
String getInterval()optional string interval = 5;- Returns:
- The interval.
-
getIntervalBytes
com.google.protobuf.ByteString getIntervalBytes()optional string interval = 5;- Returns:
- The bytes for interval.
-
hasIsPaused
boolean hasIsPaused()optional bool is_paused = 6;- Returns:
- Whether the isPaused field is set.
-
getIsPaused
boolean getIsPaused()optional bool is_paused = 6;- Returns:
- The isPaused.
-