public interface ImportSshPublicKeyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getProjectId()
The project ID of the Google Cloud Platform project.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The project ID of the Google Cloud Platform project.
|
String |
getRegions(int index)
Optional.
|
com.google.protobuf.ByteString |
getRegionsBytes(int index)
Optional.
|
int |
getRegionsCount()
Optional.
|
List<String> |
getRegionsList()
Optional.
|
OsLoginProto.SshPublicKey |
getSshPublicKey()
Optional.
|
OsLoginProto.SshPublicKeyOrBuilder |
getSshPublicKeyOrBuilder()
Optional.
|
boolean |
hasSshPublicKey()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The unique ID for the user in format `users/{user}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The unique ID for the user in format `users/{user}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasSshPublicKey()
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];
OsLoginProto.SshPublicKey getSshPublicKey()
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];
OsLoginProto.SshPublicKeyOrBuilder getSshPublicKeyOrBuilder()
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];
String getProjectId()
The project ID of the Google Cloud Platform project.
string project_id = 3;com.google.protobuf.ByteString getProjectIdBytes()
The project ID of the Google Cloud Platform project.
string project_id = 3;List<String> getRegionsList()
Optional. The regions to which to assert that the key was written. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.
repeated string regions = 5 [(.google.api.field_behavior) = OPTIONAL];int getRegionsCount()
Optional. The regions to which to assert that the key was written. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.
repeated string regions = 5 [(.google.api.field_behavior) = OPTIONAL];String getRegions(int index)
Optional. The regions to which to assert that the key was written. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.
repeated string regions = 5 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getRegionsBytes(int index)
Optional. The regions to which to assert that the key was written. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.
repeated string regions = 5 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.