Uses of Class
com.google.cloud.secretmanager.v1.Rotation
-
Packages that use Rotation Package Description com.google.cloud.secretmanager.v1 A client to Secret Manager API -
-
Uses of Rotation in com.google.cloud.secretmanager.v1
Methods in com.google.cloud.secretmanager.v1 that return Rotation Modifier and Type Method Description Rotation
Rotation.Builder. build()
Rotation
Rotation.Builder. buildPartial()
static Rotation
Rotation. getDefaultInstance()
Rotation
Rotation.Builder. getDefaultInstanceForType()
Rotation
Rotation. getDefaultInstanceForType()
Rotation
Secret.Builder. getRotation()
Optional.Rotation
Secret. getRotation()
Optional.Rotation
SecretOrBuilder. getRotation()
Optional.static Rotation
Rotation. parseDelimitedFrom(InputStream input)
static Rotation
Rotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rotation
Rotation. parseFrom(byte[] data)
static Rotation
Rotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rotation
Rotation. parseFrom(com.google.protobuf.ByteString data)
static Rotation
Rotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rotation
Rotation. parseFrom(com.google.protobuf.CodedInputStream input)
static Rotation
Rotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rotation
Rotation. parseFrom(InputStream input)
static Rotation
Rotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rotation
Rotation. parseFrom(ByteBuffer data)
static Rotation
Rotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.secretmanager.v1 that return types with arguments of type Rotation Modifier and Type Method Description com.google.protobuf.Parser<Rotation>
Rotation. getParserForType()
static com.google.protobuf.Parser<Rotation>
Rotation. parser()
Methods in com.google.cloud.secretmanager.v1 with parameters of type Rotation Modifier and Type Method Description Rotation.Builder
Rotation.Builder. mergeFrom(Rotation other)
Secret.Builder
Secret.Builder. mergeRotation(Rotation value)
Optional.static Rotation.Builder
Rotation. newBuilder(Rotation prototype)
Secret.Builder
Secret.Builder. setRotation(Rotation value)
Optional.
-