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

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

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

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: 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.v2ListTablesRequestgetViewValue

Javadoc

 
The view to be applied to the returned tables' fields. 
Defaults to `NAME_ONLY` if unspecified; no others are currently supported. 
.google.bigtable.admin.v2.Table.View view = 2;

Popular methods of ListTablesRequest

  • newBuilder
  • getParent
    The unique name of the instance for which tables should be listed. Values are of the form project
  • getDefaultInstance
  • <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
  • isInitialized
  • makeExtensionsImmutable
  • toBuilder
  • getPageSize
    Maximum number of results per page. CURRENTLY UNIMPLEMENTED AND IGNORED. int32 page_size = 4;
  • toBuilder,
  • getPageSize,
  • parseUnknownFieldProto3

Popular in Java

  • Finding current android device location
  • setScale (BigDecimal)
  • notifyDataSetChanged (ArrayAdapter)
  • getExternalFilesDir (Context)
  • Kernel (java.awt.image)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Github Copilot 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