Tabnine Logo
ListTablesRequest.getDefaultInstance
Code IndexAdd Tabnine to your IDE (free)

How to use
getDefaultInstance
method
in
com.google.bigtable.admin.v2.ListTablesRequest

Best Java code snippets using com.google.bigtable.admin.v2.ListTablesRequest.getDefaultInstance (Showing top 13 results out of 315)

origin: googleapis/google-cloud-java

@java.lang.Override
public com.google.bigtable.admin.v2.ListTablesRequest getDefaultInstanceForType() {
 return com.google.bigtable.admin.v2.ListTablesRequest.getDefaultInstance();
}
origin: googleapis/google-cloud-java

/**
 *
 *
 * <pre>
 * The value of `next_page_token` returned by a previous call.
 * </pre>
 *
 * <code>string page_token = 3;</code>
 */
public Builder clearPageToken() {
 pageToken_ = getDefaultInstance().getPageToken();
 onChanged();
 return this;
}
/**
origin: googleapis/google-cloud-java

/**
 *
 *
 * <pre>
 * The unique name of the instance for which tables should be listed.
 * Values are of the form `projects/&lt;project&gt;/instances/&lt;instance&gt;`.
 * </pre>
 *
 * <code>string parent = 1;</code>
 */
public Builder clearParent() {
 parent_ = getDefaultInstance().getParent();
 onChanged();
 return this;
}
/**
origin: googleapis/google-cloud-java

public Builder mergeFrom(com.google.bigtable.admin.v2.ListTablesRequest other) {
 if (other == com.google.bigtable.admin.v2.ListTablesRequest.getDefaultInstance()) return this;
 if (!other.getParent().isEmpty()) {
  parent_ = other.parent_;
  onChanged();
 }
 if (other.view_ != 0) {
  setViewValue(other.getViewValue());
 }
 if (other.getPageSize() != 0) {
  setPageSize(other.getPageSize());
 }
 if (!other.getPageToken().isEmpty()) {
  pageToken_ = other.pageToken_;
  onChanged();
 }
 this.mergeUnknownFields(other.unknownFields);
 onChanged();
 return this;
}
origin: googleapis/google-cloud-java

.setRequestMarshaller(
  io.grpc.protobuf.ProtoUtils.marshaller(
    com.google.bigtable.admin.v2.ListTablesRequest.getDefaultInstance()))
.setResponseMarshaller(
  io.grpc.protobuf.ProtoUtils.marshaller(
origin: com.google.cloud.bigtable/bigtable-protos

public com.google.bigtable.admin.v2.ListTablesRequest getDefaultInstanceForType() {
 return com.google.bigtable.admin.v2.ListTablesRequest.getDefaultInstance();
}
origin: com.google.api.grpc/proto-google-cloud-bigtable-admin-v2

@java.lang.Override
public com.google.bigtable.admin.v2.ListTablesRequest getDefaultInstanceForType() {
 return com.google.bigtable.admin.v2.ListTablesRequest.getDefaultInstance();
}
origin: com.google.cloud.bigtable/bigtable-protos

/**
 * <pre>
 * The value of `next_page_token` returned by a previous call.
 * </pre>
 *
 * <code>string page_token = 3;</code>
 */
public Builder clearPageToken() {
 
 pageToken_ = getDefaultInstance().getPageToken();
 onChanged();
 return this;
}
/**
origin: com.google.api.grpc/proto-google-cloud-bigtable-admin-v2

/**
 *
 *
 * <pre>
 * The unique name of the instance for which tables should be listed.
 * Values are of the form `projects/&lt;project&gt;/instances/&lt;instance&gt;`.
 * </pre>
 *
 * <code>string parent = 1;</code>
 */
public Builder clearParent() {
 parent_ = getDefaultInstance().getParent();
 onChanged();
 return this;
}
/**
origin: com.google.cloud.bigtable/bigtable-protos

/**
 * <pre>
 * The unique name of the instance for which tables should be listed.
 * Values are of the form projects/&lt;project&gt;/instances/&lt;instance&gt;
 * </pre>
 *
 * <code>string parent = 1;</code>
 */
public Builder clearParent() {
 
 parent_ = getDefaultInstance().getParent();
 onChanged();
 return this;
}
/**
origin: com.google.api.grpc/proto-google-cloud-bigtable-admin-v2

/**
 *
 *
 * <pre>
 * The value of `next_page_token` returned by a previous call.
 * </pre>
 *
 * <code>string page_token = 3;</code>
 */
public Builder clearPageToken() {
 pageToken_ = getDefaultInstance().getPageToken();
 onChanged();
 return this;
}
/**
origin: com.google.cloud.bigtable/bigtable-protos

public Builder mergeFrom(com.google.bigtable.admin.v2.ListTablesRequest other) {
 if (other == com.google.bigtable.admin.v2.ListTablesRequest.getDefaultInstance()) return this;
 if (!other.getParent().isEmpty()) {
  parent_ = other.parent_;
  onChanged();
 }
 if (other.view_ != 0) {
  setViewValue(other.getViewValue());
 }
 if (!other.getPageToken().isEmpty()) {
  pageToken_ = other.pageToken_;
  onChanged();
 }
 onChanged();
 return this;
}
origin: com.google.api.grpc/proto-google-cloud-bigtable-admin-v2

public Builder mergeFrom(com.google.bigtable.admin.v2.ListTablesRequest other) {
 if (other == com.google.bigtable.admin.v2.ListTablesRequest.getDefaultInstance()) return this;
 if (!other.getParent().isEmpty()) {
  parent_ = other.parent_;
  onChanged();
 }
 if (other.view_ != 0) {
  setViewValue(other.getViewValue());
 }
 if (other.getPageSize() != 0) {
  setPageSize(other.getPageSize());
 }
 if (!other.getPageToken().isEmpty()) {
  pageToken_ = other.pageToken_;
  onChanged();
 }
 this.mergeUnknownFields(other.unknownFields);
 onChanged();
 return this;
}
com.google.bigtable.admin.v2ListTablesRequestgetDefaultInstance

Popular methods of ListTablesRequest

  • newBuilder
  • getParent
    The unique name of the instance for which tables should be listed. Values are of the form project
  • <init>
  • getDescriptor
  • getPageToken
    The value of `next_page_token` returned by a previous call. string page_token = 3;
  • getPageTokenBytes
    The value of `next_page_token` returned by a previous call. string page_token = 3;
  • getParentBytes
    The unique name of the instance for which tables should be listed. Values are of the form project
  • getViewValue
    The view to be applied to the returned tables' fields. Defaults to NAME_ONLY if unspecified (no o
  • isInitialized
  • makeExtensionsImmutable
  • toBuilder
  • getPageSize
    Maximum number of results per page. CURRENTLY UNIMPLEMENTED AND IGNORED. int32 page_size = 4;
  • toBuilder,
  • getPageSize,
  • parseUnknownFieldProto3

Popular in Java

  • Start an intent from android
  • setContentView (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getExternalFilesDir (Context)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Permission (java.security)
    Legacy security code; do not use.
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • BoxLayout (javax.swing)
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now