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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreatedTime()optional int64 created_time = 3;StringgetExternalId()optional string external_id = 2;com.google.protobuf.ByteStringgetExternalIdBytes()optional string external_id = 2;intgetId()optional int32 id = 1;StringgetInterval()optional string interval = 5;com.google.protobuf.ByteStringgetIntervalBytes()optional string interval = 5;booleangetIsPaused()optional bool is_paused = 6;longgetLastUpdatedTime()optional int64 last_updated_time = 4;booleanhasCreatedTime()optional int64 created_time = 3;booleanhasExternalId()optional string external_id = 2;booleanhasId()optional int32 id = 1;booleanhasInterval()optional string interval = 5;booleanhasIsPaused()optional bool is_paused = 6;booleanhasLastUpdatedTime()optional int64 last_updated_time = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-