Interface CrossInstanceReplicationConfig.RemoteInstanceOrBuilder (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static interface CrossInstanceReplicationConfig.RemoteInstanceOrBuilder extends MessageOrBuilder
Methods
getInstance()
public abstract String getInstance()
Optional. The full resource path of the remote instance in
the format: projects/<project>/locations/<region>/instances/<instance-id>
string instance = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The instance.
|
getInstanceBytes()
public abstract ByteString getInstanceBytes()
Optional. The full resource path of the remote instance in
the format: projects/<project>/locations/<region>/instances/<instance-id>
string instance = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for instance.
|
getUid()
public abstract String getUid()
Output only. The unique identifier of the remote instance.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
Returns |
Type |
Description |
String |
The uid.
|
getUidBytes()
public abstract ByteString getUidBytes()
Output only. The unique identifier of the remote instance.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for uid.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-16 UTC."],[],[],null,["# Interface CrossInstanceReplicationConfig.RemoteInstanceOrBuilder (0.18.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.18.0 (latest)](/java/docs/reference/google-cloud-valkey/latest/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.16.0](/java/docs/reference/google-cloud-valkey/0.16.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.14.0](/java/docs/reference/google-cloud-valkey/0.14.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.13.0](/java/docs/reference/google-cloud-valkey/0.13.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-valkey/0.10.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-valkey/0.9.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-valkey/0.8.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-valkey/0.6.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-valkey/0.5.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-valkey/0.4.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-valkey/0.3.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-valkey/0.2.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-valkey/0.1.0/com.google.cloud.memorystore.v1.CrossInstanceReplicationConfig.RemoteInstanceOrBuilder) \n\n public static interface CrossInstanceReplicationConfig.RemoteInstanceOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getInstance()\n\n public abstract String getInstance()\n\nOptional. The full resource path of the remote instance in\nthe format: projects/\\\u003cproject\\\u003e/locations/\\\u003cregion\\\u003e/instances/\\\u003cinstance-id\\\u003e\n\n`\nstring instance = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }\n`\n\n### getInstanceBytes()\n\n public abstract ByteString getInstanceBytes()\n\nOptional. The full resource path of the remote instance in\nthe format: projects/\\\u003cproject\\\u003e/locations/\\\u003cregion\\\u003e/instances/\\\u003cinstance-id\\\u003e\n\n`\nstring instance = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }\n`\n\n### getUid()\n\n public abstract String getUid()\n\nOutput only. The unique identifier of the remote instance.\n\n`\nstring uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }\n`\n\n### getUidBytes()\n\n public abstract ByteString getUidBytes()\n\nOutput only. The unique identifier of the remote instance.\n\n`\nstring uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }\n`"]]