Interface ExportInstanceRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExportInstanceRequest, ExportInstanceRequest.Builder

    public interface ExportInstanceRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Required. Redis instance resource name using the form:
             `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
         where `location_id` refers to a GCP region.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. Redis instance resource name using the form:
             `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
         where `location_id` refers to a GCP region.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for name.
      • hasOutputConfig

        boolean hasOutputConfig()
         Required. Specify data to be exported.
         
        .google.cloud.redis.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the outputConfig field is set.
      • getOutputConfig

        OutputConfig getOutputConfig()
         Required. Specify data to be exported.
         
        .google.cloud.redis.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The outputConfig.
      • getOutputConfigOrBuilder

        OutputConfigOrBuilder getOutputConfigOrBuilder()
         Required. Specify data to be exported.
         
        .google.cloud.redis.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];