Package viam.app.v1
Interface App.APIKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.APIKey
,App.APIKey.Builder
- Enclosing class:
- App
public static interface App.APIKeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp
.google.protobuf.Timestamp created_on = 4 [json_name = "createdOn"];
getId()
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString
string id = 1 [json_name = "id"];
getKey()
string key = 2 [json_name = "key"];
com.google.protobuf.ByteString
string key = 2 [json_name = "key"];
getName()
string name = 3 [json_name = "name"];
com.google.protobuf.ByteString
string name = 3 [json_name = "name"];
boolean
.google.protobuf.Timestamp created_on = 4 [json_name = "createdOn"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()string id = 1 [json_name = "id"];
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];
- Returns:
- The bytes for id.
-
getKey
String getKey()string key = 2 [json_name = "key"];
- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()string key = 2 [json_name = "key"];
- Returns:
- The bytes for key.
-
getName
String getName()string name = 3 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3 [json_name = "name"];
- Returns:
- The bytes for name.
-
hasCreatedOn
boolean hasCreatedOn().google.protobuf.Timestamp created_on = 4 [json_name = "createdOn"];
- Returns:
- Whether the createdOn field is set.
-
getCreatedOn
com.google.protobuf.Timestamp getCreatedOn().google.protobuf.Timestamp created_on = 4 [json_name = "createdOn"];
- Returns:
- The createdOn.
-