Interface GetApiKeysRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetApiKeysRequest,GetApiKeysRequest.Builder
@Generated(value="protoc",
comments="annotations:GetApiKeysRequestOrBuilder.java.pb.meta")
public interface GetApiKeysRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFilter api keys by owner id - optional.com.google.protobuf.ByteStringFilter api keys by owner id - optional.Filter api keys by owner type - optional.Deprecated.temporal.api.cloud.cloudservice.v1.GetApiKeysRequest.owner_type_deprecated is deprecated.com.google.protobuf.ByteStringDeprecated.temporal.api.cloud.cloudservice.v1.GetApiKeysRequest.owner_type_deprecated is deprecated.intFilter api keys by owner type - optional.intThe requested size of the page to retrieve - optional.The page token if this is continuing from another response - optional.com.google.protobuf.ByteStringThe page token if this is continuing from another response - optional.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
-
getPageSize
int getPageSize()The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.
int32 page_size = 1;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()The page token if this is continuing from another response - optional.
string page_token = 2;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()The page token if this is continuing from another response - optional.
string page_token = 2;- Returns:
- The bytes for pageToken.
-
getOwnerId
String getOwnerId()Filter api keys by owner id - optional.
string owner_id = 3;- Returns:
- The ownerId.
-
getOwnerIdBytes
com.google.protobuf.ByteString getOwnerIdBytes()Filter api keys by owner id - optional.
string owner_id = 3;- Returns:
- The bytes for ownerId.
-
getOwnerTypeDeprecated
Deprecated.temporal.api.cloud.cloudservice.v1.GetApiKeysRequest.owner_type_deprecated is deprecated. See temporal/api/cloud/cloudservice/v1/request_response.proto;l=327Filter api keys by owner type - optional. Possible values: user, service-account temporal:versioning:max_version=v0.3.0
string owner_type_deprecated = 4 [deprecated = true];- Returns:
- The ownerTypeDeprecated.
-
getOwnerTypeDeprecatedBytes
Deprecated.temporal.api.cloud.cloudservice.v1.GetApiKeysRequest.owner_type_deprecated is deprecated. See temporal/api/cloud/cloudservice/v1/request_response.proto;l=327Filter api keys by owner type - optional. Possible values: user, service-account temporal:versioning:max_version=v0.3.0
string owner_type_deprecated = 4 [deprecated = true];- Returns:
- The bytes for ownerTypeDeprecated.
-
getOwnerTypeValue
int getOwnerTypeValue()Filter api keys by owner type - optional. temporal:enums:replaces=owner_type_deprecated
.temporal.api.cloud.identity.v1.OwnerType owner_type = 5;- Returns:
- The enum numeric value on the wire for ownerType.
-
getOwnerType
OwnerType getOwnerType()Filter api keys by owner type - optional. temporal:enums:replaces=owner_type_deprecated
.temporal.api.cloud.identity.v1.OwnerType owner_type = 5;- Returns:
- The ownerType.
-